fix terminal overrides in tmux conf

This commit is contained in:
LordMZTE 2021-04-16 12:56:57 +02:00
parent 795014d3a7
commit 5ec3db6aed

View file

@ -15,6 +15,7 @@ set -g @dracula-show-timezone false
set -g @dracula-show-location false
set-option -g default-shell /bin/fish
set -ga terminal-overrides ',xterm-256color:RGB'
# List of plugins
set -g @plugin 'tmux-plugins/tpm'