adjust tmux coloring for alacritty theme
This commit is contained in:
parent
ff5fb4292d
commit
9e849348b1
1 changed files with 2 additions and 1 deletions
|
@ -18,4 +18,5 @@ unbind '"'
|
|||
unbind %
|
||||
|
||||
# Set default term to xterm
|
||||
set -g default-terminal xterm-256color
|
||||
set -g default-terminal "xterm-256color"
|
||||
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
||||
|
|
Loading…
Reference in a new issue