From 6fdd4bb3e2783e4818182a1df4e19bf30a06fd32 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 13:06:37 +0000 Subject: +set the default shell to be zsh --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 7c2d41e..66e707f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,4 +1,6 @@ set -g base-index 1 +set -g default-shell /usr/bin/zsh +set -g default-command /usr/bin/zsh set-option -g prefix C-a set-window-option -g mode-keys vi set -g @themepack 'powerline/block/blue' -- cgit v1.2.3-13-gbd6f