From 2d43b27938a28ed14251ab8e3946d6e6cb4529aa Mon Sep 17 00:00:00 2001 From: Yusaku Mandai Date: Sun, 28 Dec 2025 22:41:47 +0900 Subject: [PATCH] tmux: fix TMUX_SHELL --- tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index eec2942..36c1ed3 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,5 @@ -if-shell '[ -n "#{env:TMUX_SHELL}" ]' 'set-option -g default-shell "#{env:TMUX_SHELL}"' +if-shell '[ -n "${TMUX_SHELL}" ]' 'set-option -g default-shell "${TMUX_SHELL}"' +# set-option -g default-shell "${TMUX_SHELL}" set-option -g default-terminal screen-256color set-option -ga terminal-overrides ",xterm-256color:Tc"