Load zsh-syntax-highlighting module if available.
This commit is contained in:
parent
dcd19eeb42
commit
cb494b0a93
9
zshrc
9
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue