diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-13 08:37:31 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-13 08:37:31 +0530 |
commit | 28ea0e3cbe1c0f980a05d6fb13a428bcab2ea1c5 (patch) | |
tree | b44f5301c4f60b1dae51a91e72b614996ee074ce /.config/tmux/tmux.conf | |
parent | 311a468de08231c3dd2327473b79066a25e67462 (diff) |
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 "" |