diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-04 20:27:06 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-04 20:27:06 +0000 |
commit | 484b4350547aa120821c21daf7b7c1c3cc2a1881 (patch) | |
tree | 69c7ec321bdc02744cb0d1cac94f21ff5a24971e /.bashrc | |
parent | d6445964e32ba88fbcf6964c32bed5493fe0c3a8 (diff) |
Commented out zig binary path for now
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |