Add SSH_AUTH_SOCK

This commit is contained in:
2026-02-06 22:35:31 -05:00
parent ef5f98af8d
commit 50060ef865

View File

@@ -125,6 +125,7 @@ in
set -x EDITOR vim set -x EDITOR vim
set -x NNN_FIFO "$XDG_RUNTIME_DIR/nnn.fifo" set -x NNN_FIFO "$XDG_RUNTIME_DIR/nnn.fifo"
set -x PAGER less set -x PAGER less
${lib.optionalString pkgs.stdenv.isLinux "set -x SSH_AUTH_SOCK /home/dave/.bitwarden-ssh-agent.sock"}
set -x TERM xterm-256color set -x TERM xterm-256color
set -x PATH $PATH \ set -x PATH $PATH \