From 24239711bc3c0156c94150865cd60c3dd1838513 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 18 May 2015 17:46:55 +1200 Subject: Quote $SHELL in .tmux.conf --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux') 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' -- cgit v1.2.3