From 7790444aa56e22c873594a620b8ba7d4523e66b7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 10 Sep 2013 22:53:49 +1200 Subject: Neglected to quote variable list for tmux --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3