mirror of
1
0
Fork 0

fixed indentation in _apply_overrides()

This commit is contained in:
Gregory Pakosz 2020-12-13 20:50:04 +01:00
parent 8df1666ddc
commit 53d7ce8311
1 changed files with 7 additions and 7 deletions

View File

@ -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_theme_24b_colour=${tmux_conf_theme_24b_colour:-false}
# tmux_conf_24b_colour=${tmux_conf_24b_colour:-$tmux_conf_theme_24b_colour} # tmux_conf_24b_colour=${tmux_conf_24b_colour:-$tmux_conf_theme_24b_colour}
# if _is_enabled "$tmux_conf_24b_colour"; then # if _is_enabled "$tmux_conf_24b_colour"; then
# case "$TERM" in # case "$TERM" in
# screen-*|tmux-*) # screen-*|tmux-*)
# ;; # ;;
# *) # *)
# tmux set-option -ga terminal-overrides ",*256col*:Tc" # tmux set-option -ga terminal-overrides ",*256col*:Tc"
# ;; # ;;
# esac # esac
# fi # fi
# } # }
# #