.tmux.conf: Remove default command
By default tmux always executes the shell as a login shell, which is what most users probably want, as tools like rvm rely on that.
This commit is contained in:
@ -107,8 +107,6 @@ 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
|
||||
|
Reference in New Issue
Block a user