aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-02-04 20:27:06 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-02-04 20:27:06 +0000
commit484b4350547aa120821c21daf7b7c1c3cc2a1881 (patch)
tree69c7ec321bdc02744cb0d1cac94f21ff5a24971e /.bashrc
parentd6445964e32ba88fbcf6964c32bed5493fe0c3a8 (diff)
Commented out zig binary path for now
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 9c7bf72..e8f27f5 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