Load zsh-syntax-highlighting module if available.

This commit is contained in:
gardouille 2017-12-12 09:40:33 +01:00
parent dcd19eeb42
commit cb494b0a93
1 changed files with 9 additions and 0 deletions

9
zshrc
View File

@ -1164,3 +1164,12 @@ setopt extendedglob
## '^' inverse la pattern qui suit.
# Exemple:
# `ls ^*.log` listera tous les fichiers exceptés *.log
###########################################
############### 9. Modules ################
###########################################
# zsh-syntax-highlighting
[ -f ~/repos/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] && source ~/repos/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh