even more changes

This commit is contained in:
Nikolas Weger 2017-07-21 12:55:49 +02:00
parent 7935ec2ef6
commit cb62f96109
10 changed files with 29 additions and 21 deletions

View file

@ -268,7 +268,7 @@ ZSH_HIGHLIGHT_MAXLENGTH=10000
zmodload zsh/parameter 2>/dev/null
autoload -U is-at-least
source "${LIB}/highlight"
source "${DOTF_LIB}/highlight"
[[ "${+termcap[Co]}" = 1 && "${termcap[Co]}" = "256" ]] && FAST_HIGHLIGHT_STYLES[variable]="fg=112"