.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:
parent
aec2a1b4c1
commit
667c06b721
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user