.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 <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-05-05 10:32:14 +03:00
parent c42a4edfd4
commit 518555f9b7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -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