aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-10 22:53:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-10 22:53:49 +1200
commit7790444aa56e22c873594a620b8ba7d4523e66b7 (patch)
treece4c97fb8c5a1c941c855fb3c92e00cc14c4fc50
parentMove ~/.config create to more logical place (diff)
downloaddotfiles-7790444aa56e22c873594a620b8ba7d4523e66b7.tar.gz
dotfiles-7790444aa56e22c873594a620b8ba7d4523e66b7.zip
Neglected to quote variable list for tmux
-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