diff options
-rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b5ab8bbb..dc9abc05 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,6 @@ # Environment -set-environment -gru DISPLAY -set-option -g update-environment '' +set-environment -gru 'DISPLAY' +set-option -g update-environment 'SSH_CONNECTION' # Prefix unbind-key C-b |