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

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "omz/plugins/zsh-syntax-highlighting"]
path = omz/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git

@ -0,0 +1 @@
Subproject commit 82cf2527fc13fefee6e87f99171c1b368f0abdb9

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