From 645c3e06590a9e2714f1f599c02b3c1c141c7f39 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 30 Dec 2012 11:02:06 +0200 Subject: [PATCH] tmux.conf: use zsh as default shell in case tmux is login shell --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 9e2a9b04..94f1b7d8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -24,3 +24,6 @@ bind-key 0 select-window -t :10 # Enables additional colours set -g default-terminal "screen-256color" + +# Use zsh as default shell if it exists +set -g default-shell /bin/zsh