aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 0c2b5a14..d603408b 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -8,7 +8,7 @@ set-environment -g BROWSER 'lynx'
# The only environment variables I want tmux to update for me are SSH_CLIENT
# and SSH_CONNECTION, both of which are occasionally useful
-set-option -g update-environment SSH_CLIENT SSH_CONNECTION
+set-option -g update-environment 'SSH_CLIENT SSH_CONNECTION'
# Setting this prevents each new pane being a login shell, purely for
# efficiency reasons; I've not yet encountered a situation where I need tmux to