Add zsh-syntax-highlighting plugin

This commit is contained in:
David Todd
2019-05-24 13:11:03 -05:00
parent b7c33e5104
commit 2aa1f57813
3 changed files with 6 additions and 1 deletions

View File

@@ -75,7 +75,8 @@ plugins=(git \
fancy-ctrl-z \
emoji \
aws \
jsontools)
jsontools \
zsh-syntax-highlighting) # zsh-syntax-highlighting must remain the last plugin
# Load oh-my-zsh
source $ZSH/oh-my-zsh.sh