TERM=xterm-kitty

This commit is contained in:
2020-03-03 12:47:03 -08:00
parent efe69f9a3c
commit 1510500ac7
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ set -g history-limit 10000
set -sg escape-time 10
# configure TERM
set -g default-terminal 'xterm-256color-italic'
set -g default-terminal 'xterm-kitty'
set -as terminal-overrides ',xterm*:Tc:sitm=\E[3m'
# y and p

1
.zshrc
View File

@@ -15,7 +15,6 @@ export CLICOLOR=1
export MAIL=/var/spool/mail/amgutier
export LSCOLORS=DxGxcxdxCxegedabagacad
export TERM=xterm-256color-italic
export LESSOPEN='|/usr/local/bin/lesspipe.sh %s'
export LESS_ADVANCED_PREPROCESSOR=1