aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-04-02 20:05:57 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-04-02 20:05:57 +0100
commitda36c3d9684e95d8ce68a0c07879c062447ec06d (patch)
tree04dd9702d1eb292d22ede8d7ea136763c4de0f34 /.bashrc
parent84d87c3096536a755dafc7179ae82b81c33c4e80 (diff)
Uncommented path to zig binary
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index e8f27f5..9c7bf72 100644
--- a/.bashrc
+++ b/.bashrc
@@ -82,7 +82,7 @@ export TERMINAL="foot"
export SAL_USE_VCLPLUGIN=gtk3
# Path to Zig binary
-# export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.11.0/
+export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.11.0/
# Enable the use of ssh-agent
if ! pgrep -u "$USER" ssh-agent > /dev/null; then