mirror of https://gitlab.com/dabruh/dotfiles.git
Revert "Remove invalid TERM env var override"
This commit is contained in:
parent
8c36bcaf79
commit
13b7dbd271
|
@ -16,6 +16,7 @@ set-window-option -g automatic-rename on
|
|||
set-option -g set-titles on
|
||||
|
||||
# True Colors
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
|
||||
set -g status-keys vi
|
||||
|
|
Loading…
Reference in New Issue