From 518555f9b70892a9ed8cc0263ffc08d72c39dffe Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 5 May 2015 10:32:14 +0300 Subject: [PATCH] .tmux.conf: Use ${SHELL} to launch default shell Then it appears tmux uses the user's default shell on the system, ie the one set in /etc/passwd (or via chsh). Signed-off-by: Alan Orth --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index ddce02b..6a615d9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -107,6 +107,8 @@ set-option -g history-limit 4096 # http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/FAQ set-option -g default-terminal "screen-256color" +set -g default-command "${SHELL}" + #### COLOUR (Solarized dark) # default statusbar colors