add SSH_AUTH_SOCK

This commit is contained in:
fanyx 2022-10-16 12:44:21 +02:00
parent d71391fdb6
commit 689b9d2d3c
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ export EDITOR=vim
export PAGER=less export PAGER=less
export VISUAL=vim export VISUAL=vim
: ${SSH_AUTH_SOCK:=$XDG_RUNTIME_DIR/ssh-agent}
export SSH_AUTH_SOCK
for x in \ for x in \
"$HOME/bin" \ "$HOME/bin" \
"$HOME/.local/bin" \ "$HOME/.local/bin" \