From ec59aa3d289cf854584a331c786e89860237851d Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 12 Jun 2015 17:39:22 -0700 Subject: [PATCH] Fix usage of default shell in tmux --- assets/default/dotfiles/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/default/dotfiles/tmux.conf b/assets/default/dotfiles/tmux.conf index 190af56..a5b6e0f 100644 --- a/assets/default/dotfiles/tmux.conf +++ b/assets/default/dotfiles/tmux.conf @@ -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"