From 1c7f288fd44764b11adeead157741d095de0d622 Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 13 Dec 2023 01:32:11 +0100 Subject: [PATCH] [tmux] use $SHELL variable as default shell --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 8cf490c..7368dd9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -61,4 +61,6 @@ set-option -g visual-silence off set-window-option -g monitor-activity off set-option -g bell-action none +set-option -g default-shell $SHELL + if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local'