aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-06-20 22:54:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-06-20 22:54:28 +1200
commit02b292620171c029d700990055f2d85367281766 (patch)
treedeca9b78d4f6fb47f0e08c47c5d6d96c47167e5e /tmux/tmux.conf
parentMassive overhaul of structure for Bash files (diff)
downloaddotfiles-02b292620171c029d700990055f2d85367281766.tar.gz
dotfiles-02b292620171c029d700990055f2d85367281766.zip
Let SSH_CONNECTION be updated in tmux env
But nothing else!
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf4
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