aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-05-20 16:55:36 -0400
committerDeterminant <tederminant@gmail.com>2020-05-20 16:55:36 -0400
commit2c2d155b266579e715cf922ae7ecf7da6ffe438e (patch)
treedb840a805fe9a4913d2d4d4b116190509c79bd77
parent46bbaacf5f6eacbc7b36ade5d1c256390d1eb8af (diff)
fix the typo
-rwxr-xr-xtmux-colortag.tmux4
1 files 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