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:
@ -1,6 +1,8 @@
|
||||
#######################################################################################
|
||||
# Colorize terminal
|
||||
autoload colors zsh/terminfo
|
||||
zmodload zsh/terminfo
|
||||
|
||||
if [[ "$terminfo[colors]" -ge 8 ]]; then
|
||||
colors
|
||||
fi
|
||||
|
Reference in New Issue
Block a user