From 4acc7c935e32c5e31b403b90d315cd7f8c0e7140 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 26 Nov 2015 04:37:49 +0000 Subject: default shell in tmux --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 8354426..a5b34ab 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,6 +5,7 @@ set-option -g clock-mode-colour white set-option -g clock-mode-style 24 set-option -g bell-action any set-option -g bell-on-alert on +set-option -g default-shell /run/current-system/sw/bin/zsh bind / command-prompt "split-window -h 'exec man %%'" bind R source-file ~/.tmux.conf \; display-message " Config reloaded..." bind C clock-mode -- cgit v1.2.3