From 632d6d0ef0203785813215a11bb1eec4dd133665 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 16 Oct 2023 20:12:41 +0100 Subject: Added zig 0.11.0 binary location to PATH variable --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') 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" -- cgit v1.2.3