From a1b1e12167789bb778ff1d390eff8d8e878df5b4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 28 Dec 2014 14:44:32 +0200 Subject: [PATCH] tmux.conf: always run zsh if it's not found, it seems to fallback silently to "default" shell. --- conf/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/tmux.conf b/conf/tmux.conf index 56ac094b..2ebbe02a 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -28,3 +28,6 @@ bind-key 0 select-window -t :10 # Enables additional colours set -g default-terminal "screen-256color" + +# Always run zsh +shell-command /usr/bin/env zsh