From cb494b0a937e83da879e2ce1924a2c40edc38909 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 12 Dec 2017 09:40:33 +0100 Subject: [PATCH] Load zsh-syntax-highlighting module if available. --- zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +