[tmux] Copy SSH_AUTH_SOCK into the tmux environment
This commit is contained in:
parent
e5755da377
commit
aeaeca56a3
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ set -g allow-rename on
|
|||
set -g mode-keys vi
|
||||
set -g repeat-time 0
|
||||
|
||||
# Bring over the SSH agent environment
|
||||
set -g update-environment SSH_AUTH_SOCK SSH_AGENT_PID
|
||||
|
||||
#
|
||||
# STATUS BAR
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue