aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-05-18 17:46:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-05-18 17:46:55 +1200
commit24239711bc3c0156c94150865cd60c3dd1838513 (patch)
tree38707d688824b71259cdb87b4356d9a9ee2f669c /tmux
parentUse $_ for source parts topic var (diff)
downloaddotfiles-24239711bc3c0156c94150865cd60c3dd1838513.tar.gz
dotfiles-24239711bc3c0156c94150865cd60c3dd1838513.zip
Quote $SHELL in .tmux.conf
Diffstat (limited to '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 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'