Fix usage of default shell in tmux

This commit is contained in:
ViViDboarder 2015-06-12 17:39:22 -07:00
parent 80dc29e5ac
commit ec59aa3d28
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set-option -g set-titles on
set-option -g set-titles-string '[#S:#I] #W'
# copy and paster
if-shell 'test "$(uname -s)" = "Darwin"' 'set-option -g default-command "reattach-to-user-namespace-tmux bash"'
if-shell 'test "$(uname -s)" = "Darwin"' 'set-option -g default-command "reattach-to-user-namespace-tmux $SHELL"'
# look good
set -g default-terminal "screen-256color"