mirror of https://gitlab.com/dabruh/dotfiles.git
Remove invalid TERM env var override
This commit is contained in:
parent
28a0d18539
commit
acbea9fd89
|
@ -16,7 +16,6 @@ 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