From c599dd157246dd213308b0574448d8f9c6545e10 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Wed, 28 Feb 2024 10:46:24 +0100 Subject: [PATCH] Update plugins/tmux/tmux.plugin.zsh --- plugins/tmux/tmux.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh index e339f92f1..38b51250d 100644 --- a/plugins/tmux/tmux.plugin.zsh +++ b/plugins/tmux/tmux.plugin.zsh @@ -28,7 +28,7 @@ fi # The TERM to use for 256 color terminals. # Tmux states this should be (tmux|screen)-256color, but you may need to change it on # systems without the proper terminfo -if [[ -e /usr/share/terminfo/t/tmux-256color]]; then +if [[ -e /usr/share/terminfo/t/tmux-256color ]]; then : ${ZSH_TMUX_FIXTERM_WITH_256COLOR:=tmux-256color} else : ${ZSH_TMUX_FIXTERM_WITH_256COLOR:=screen-256color}