aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-10-16 20:12:41 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-10-16 20:16:37 +0100
commit632d6d0ef0203785813215a11bb1eec4dd133665 (patch)
tree2ba047f3309f0822e543df70fd2dd10ff5b11499 /.bashrc
parente59262e8fa5bd9491491cf7c9a3150de0e448761 (diff)
Added zig 0.11.0 binary location to PATH variable
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 76f52ee..b654308 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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"