diff --git a/zshrc b/zshrc index 3bee617..a311612 100644 --- a/zshrc +++ b/zshrc @@ -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 +