.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:
parent
c42a4edfd4
commit
518555f9b7
@ -107,6 +107,8 @@ set-option -g history-limit 4096
|
|||||||
# http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/FAQ
|
# http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/FAQ
|
||||||
set-option -g default-terminal "screen-256color"
|
set-option -g default-terminal "screen-256color"
|
||||||
|
|
||||||
|
set -g default-command "${SHELL}"
|
||||||
|
|
||||||
#### COLOUR (Solarized dark)
|
#### COLOUR (Solarized dark)
|
||||||
|
|
||||||
# default statusbar colors
|
# default statusbar colors
|
||||||
|
Loading…
Reference in New Issue
Block a user