From 53d7ce831127b6f1b6f1600b53213cb3060b7e6d Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 13 Dec 2020 20:50:04 +0100 Subject: [PATCH] fixed indentation in _apply_overrides() --- .tmux.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 08fbb8a..7dc2978 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -705,13 +705,13 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim # tmux_conf_theme_24b_colour=${tmux_conf_theme_24b_colour:-false} # tmux_conf_24b_colour=${tmux_conf_24b_colour:-$tmux_conf_theme_24b_colour} # if _is_enabled "$tmux_conf_24b_colour"; then -# case "$TERM" in -# screen-*|tmux-*) -# ;; -# *) -# tmux set-option -ga terminal-overrides ",*256col*:Tc" -# ;; -# esac +# case "$TERM" in +# screen-*|tmux-*) +# ;; +# *) +# tmux set-option -ga terminal-overrides ",*256col*:Tc" +# ;; +# esac # fi # } #