adjust tmux coloring for alacritty theme

This commit is contained in:
Daylin Morgan 2022-01-20 17:26:35 -06:00
parent ff5fb4292d
commit 9e849348b1

View file

@ -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"