Configure tmux to use italics

This commit is contained in:
2018-03-16 08:13:16 -07:00
parent e2ceac9fd2
commit 63686c7dcc
2 changed files with 5 additions and 1 deletions

2
.zshrc
View File

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