diff options
-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" |