1
0
mirror of https://github.com/akelge/vim synced 2025-07-12 17:42:09 +00:00

Fixed bug with terminfo error on xterm

This commit is contained in:
2013-07-31 14:28:16 +00:00
parent 11469aa128
commit 03c28529af

View File

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