From 67de113a54161ade946d1449e801ada5495ce9c8 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 1 May 2014 18:06:51 -0700 Subject: [PATCH] tmux should default to zsh --- tmux-files/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux-files/tmux.conf b/tmux-files/tmux.conf index f4b8aed..bc3a102 100644 --- a/tmux-files/tmux.conf +++ b/tmux-files/tmux.conf @@ -14,6 +14,8 @@ set-option -g base-index 1 set-option -g default-terminal screen-256color +set-option -g default-shell /bin/zsh + # STATUS BAR set-option -g status-bg colour234 # light gray bg set-option -g status-fg colour255 # black text