update-environment tmux additional SSH_AUTH_SOCK
This commit is contained in:
parent
6336f06b96
commit
6eb7318dac
1 changed files with 3 additions and 1 deletions
|
@ -177,7 +177,9 @@ source-file "${HOME}/.tmux/plugins/tmux-themepack/powerline/block/green.tmuxthem
|
||||||
# source local tmux.config
|
# source local tmux.config
|
||||||
source-file -q "${HOME}/.local/share/tmux/tmux.conf"
|
source-file -q "${HOME}/.local/share/tmux/tmux.conf"
|
||||||
|
|
||||||
set -g update-environment "SSH_ASKPASS WINDOWID SSH_CONNECTION XAUTHORITY SSH_TTY"
|
set -g update-environment "SSH_ASKPASS WINDOWID SSH_CONNECTION XAUTHORITY SSH_TTY SSH_AUTH_SOCK"
|
||||||
|
|
||||||
|
#set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run -b '~/.tmux/plugins/tpm/tpm'
|
run -b '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Reference in a new issue