From 23611f0bd408ffc5d093405f7ceae5c002e98069 Mon Sep 17 00:00:00 2001 From: void Date: Mon, 4 Sep 2023 11:29:36 +0300 Subject: [PATCH] updated tmux conf --- dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 06626a1..b5b3e55 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -36,7 +36,7 @@ if-shell '[ -x /usr/bin/fish ]' { set -g default-shell /usr/bin/fish } # use custom shell if configured with ENV -if-shell '[ -x $TMUX_SHELL ]' { +if-shell -F $TMUX_SHELL { set -g default-shell $TMUX_SHELL }