mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 14:33:41 +01:00
fix terminal overrides in tmux conf
This commit is contained in:
parent
795014d3a7
commit
5ec3db6aed
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ set -g @dracula-show-timezone false
|
||||||
set -g @dracula-show-location false
|
set -g @dracula-show-location false
|
||||||
|
|
||||||
set-option -g default-shell /bin/fish
|
set-option -g default-shell /bin/fish
|
||||||
|
set -ga terminal-overrides ',xterm-256color:RGB'
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
Loading…
Reference in a new issue