Fix tmux ssh sockets

This commit is contained in:
2020-03-10 14:57:52 +01:00
parent 6f6dd21aaf
commit b37976611b
2 changed files with 8 additions and 0 deletions

View File

@@ -6,3 +6,6 @@ set -g mouse on
# pane movement
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
bind-key s command-prompt -p "send pane to:" "join-pane -t '%%'"
# ssh socket, important to create symlink in ~/.ssh/rc
set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock