From f86927c0d8498f48a68dd17e417cbbe8dde13966 Mon Sep 17 00:00:00 2001 From: yage Date: Thu, 29 Sep 2022 08:06:48 -0600 Subject: [PATCH] fixed bug with tmux not recognizing default shell all the time --- config/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/tmux.conf b/config/tmux.conf index 6e7240d..2f6417d 100644 --- a/config/tmux.conf +++ b/config/tmux.conf @@ -1,5 +1,6 @@ # don't use escape key set -sg escape-time 0 +set-option -g default-shell $SHELL # quick reload bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"