.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:
Alan Orth 2017-02-16 12:03:25 +02:00
parent aec2a1b4c1
commit 667c06b721
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 2 deletions

View File

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