Replaced TERM with tmux-256color

This commit is contained in:
Trey Blancher 2021-12-02 17:42:54 -05:00
parent 0265d2e1cd
commit de6b5fad44
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# By Nicholas Marriott. Public domain. # By Nicholas Marriott. Public domain.
#set -g default-terminal "xterm-256color" #set -g default-terminal "xterm-256color"
set -g default-terminal "alacritty" set -g default-terminal "tmux-256color"
#set -g default-terminal "screen" #set -g default-terminal "screen"
#set -g default-terminal "rxvt-unicode-256color" #set -g default-terminal "rxvt-unicode-256color"
#set -g default-terminal "tmux-256color" #set -g default-terminal "tmux-256color"