fix zprofile #4

This commit is contained in:
2017-11-18 03:17:54 -05:00
parent 685d81e3ee
commit c980bd28a3

View File

@@ -6,7 +6,7 @@ if [[ -z $TMUX ]]; then
export TERM='xterm'
fi
else
if [ -e /usr/share/terminfo/s/screen.xterm-256color ]; then
if [ -e /usr/share/terminfo/s/screen-256color ]; then
export TERM='screen-256color'
else
export TERM='screen'