From d9a52954337a8524695b044224697a5a927c2e9d Mon Sep 17 00:00:00 2001 From: Ellis Berner Date: Wed, 18 Dec 2013 10:16:33 -0800 Subject: [PATCH] Use environment shell fixes #422 --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 97230a2..dd646cc 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -51,7 +51,7 @@ set -g window-status-format "#[fg=colour235,bg=colour252,bold] #I #W " set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=black,bg=colour39,noreverse,bold] #I: #W #[fg=colour39,bg=colour234,nobold]⮀" # Patch for OS X pbpaste and pbcopy under tmux. -set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l zsh || zsh" +set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $SHELL || $SHELL" # Screen like binding unbind C-b