diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-04-02 20:05:57 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-04-02 20:05:57 +0100 |
commit | da36c3d9684e95d8ce68a0c07879c062447ec06d (patch) | |
tree | 04dd9702d1eb292d22ede8d7ea136763c4de0f34 | |
parent | 84d87c3096536a755dafc7179ae82b81c33c4e80 (diff) |
Uncommented path to zig binary
-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 |