From 90f37190a274134ecad553f0844788b81b821dca Mon Sep 17 00:00:00 2001 From: Preston Davis Date: Wed, 7 Oct 2015 11:32:02 -0700 Subject: [PATCH] Added line to change default shell to tmux --- custom/example.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/example.zsh b/custom/example.zsh index 28ffcae25..abc9d7779 100644 --- a/custom/example.zsh +++ b/custom/example.zsh @@ -2,4 +2,5 @@ # Example: # # brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr -# \ No newline at end of file +# +[[ $TERM != "screen" ]] && exec tmux