[UPDATE][ZSH] Use fast-syntax-highlighting script
The `zsh-fast-syntax-highlighting-git` AUR package is a better highlighting script than the previous one I was using.
This commit is contained in:
parent
7134074e58
commit
da439cd674
|
@ -90,8 +90,8 @@ zstyle ':completion:*:ssh:*' group-order \
|
||||||
zstyle ':completion:*' hosts $(awk '/^[^#]/ {print $2 $3" "$4" "$5}' /etc/hosts \
|
zstyle ':completion:*' hosts $(awk '/^[^#]/ {print $2 $3" "$4" "$5}' /etc/hosts \
|
||||||
| grep -v ip6- && grep "^#%" /etc/hosts | awk -F% '{print $2}')
|
| grep -v ip6- && grep "^#%" /etc/hosts | awk -F% '{print $2}')
|
||||||
|
|
||||||
# fish-like syntax high-lighting for interactive commands
|
# fish-like syntax high-lighting for interactive commands (installed from AUR)
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
||||||
|
|
||||||
# import my prompt
|
# import my prompt
|
||||||
source ~/.zsh_prompt
|
source ~/.zsh_prompt
|
||||||
|
|
Loading…
Reference in a new issue