From b62bf0ad4335b389c2fce5857a37d32d22a14dd0 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 28 Apr 2013 14:21:19 +0300 Subject: [PATCH] tmux.conf: don't specify any shell --- tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index 94f1b7d8..9e2a9b04 100644 --- a/tmux.conf +++ b/tmux.conf @@ -24,6 +24,3 @@ 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