diff options
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r-- | .config/tmux/tmux.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index cc53fde..cc14782 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,9 +1,9 @@ -if-shell '[ "$COLORTERM" != "${COLORTERM#*truecolor}" ]' { - set -g default-terminal "tmux-256color" - set -ga terminal-overrides ',*256col*:Tc' - source ~/.config/tmux/tmux-gruvbox-dark.conf - # run 'bash ~/.config/tmux/tmux-onedark-theme.tmux' -} +# if-shell '[ "$COLORTERM" != "${COLORTERM#*truecolor}" ]' { +# set -g default-terminal "tmux-256color" +# set -ga terminal-overrides ',*256col*:Tc' +# source ~/.config/tmux/tmux-gruvbox-dark.conf +# # run 'bash ~/.config/tmux/tmux-onedark-theme.tmux' +# } if-shell '[ -z "$SSH_CONNECTION" ] && [ -n "$TERMUX_VERSION" ]' { set -g status-right "" |