From 4c00f75021de619f652f08c83546ee8bb68c2997 Mon Sep 17 00:00:00 2001 From: Eragos Date: Sun, 10 Jul 2016 13:13:18 +0200 Subject: [PATCH] fix for #1 --- .tmux-osx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux-osx.conf b/.tmux-osx.conf index c6726cd..d339aec 100644 --- a/.tmux-osx.conf +++ b/.tmux-osx.conf @@ -2,4 +2,5 @@ ### special settings for MacOS ########################################## # url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard -set-option -g default-command 'reattach-to-user-namespace-tmux -l "$SHELL"' \ No newline at end of file +#set-option -g default-command "reattach-to-user-namespace -l bash" +set-option -g default-command "reattach-to-user-namespace -l zsh" \ No newline at end of file