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 d7e50f79..332507e9 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -13,7 +13,7 @@ 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
# create login shells
-set-option -g default-command $SHELL
+set-option -g default-command "$SHELL"
# All of my terminals are 256 colors, so use the appropriate termcap/terminfo
set-option -g default-terminal 'screen-256color'