From 2c2d155b266579e715cf922ae7ecf7da6ffe438e Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 20 May 2020 16:55:36 -0400 Subject: fix the typo --- tmux-colortag.tmux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux-colortag.tmux b/tmux-colortag.tmux index 77ea8e4..e8b6f58 100755 --- a/tmux-colortag.tmux +++ b/tmux-colortag.tmux @@ -8,8 +8,8 @@ TMUX_ARROW_SYMBOL_R2="${TMUX_ARROW_SYMBOL_R2:-$(printf '\ue0b5')}" TMUX_COLORTAG_SET_INTERVAL="${TMUX_COLORTAG_SET_INTERVAL:-yes}" if [[ "$TMUX_COLORTAG_SET_INTERVAL" == yes ]]; then - set -g status on - set -g status-interval 2 + tmux set -g status on + tmux set -g status-interval 2 fi tmux set -g status-style bg=colour237 -- cgit v1.2.3