diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-06-08 20:28:41 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-06-08 20:28:41 +0100 |
commit | ccbbad7898759e6a1f285e3670afe98b2ff913cb (patch) | |
tree | 43a350d04d108c2f1a9644738071120629273884 | |
parent | ec631fd1cd30506127b3791bc7677ef1a412ba98 (diff) |
Update zig path to point to 0.13.0
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ export TERMINAL="foot" export SAL_USE_VCLPLUGIN=gtk3 # Path to Zig binary -export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.12.0/ +export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.13.0/ # Path to Helix binary export PATH=$PATH:~/.cargo/bin/ |