[tmux] Copy SSH_AUTH_SOCK into the tmux environment

This commit is contained in:
Eryn Wells 2024-04-11 14:25:06 -07:00
parent e5755da377
commit aeaeca56a3

View file

@ -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
#