diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-16 20:12:41 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-16 20:16:37 +0100 |
commit | 632d6d0ef0203785813215a11bb1eec4dd133665 (patch) | |
tree | 2ba047f3309f0822e543df70fd2dd10ff5b11499 /.bashrc | |
parent | e59262e8fa5bd9491491cf7c9a3150de0e448761 (diff) |
Added zig 0.11.0 binary location to PATH variable
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ export SSH_ASKPASS=~/.local/bin/ssh-askpass export TERMINAL="foot" export SAL_USE_VCLPLUGIN=gtk3 +# Path to Zig +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 ssh-agent -t 1h > "$XDG_RUNTIME_DIR/ssh-agent.env" |