Fixed bug with terminfo error on xterm

This commit is contained in:
Andrea Mistrali 2013-07-31 14:28:16 +00:00
parent 11469aa128
commit 03c28529af
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
####################################################################################### #######################################################################################
# Colorize terminal # Colorize terminal
autoload colors zsh/terminfo autoload colors zsh/terminfo
zmodload zsh/terminfo
if [[ "$terminfo[colors]" -ge 8 ]]; then if [[ "$terminfo[colors]" -ge 8 ]]; then
colors colors
fi fi