Add zsh-syntax-highlighting plugin
This commit is contained in:
parent
b7c33e5104
commit
2aa1f57813
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
|
1
omz/plugins/zsh-syntax-highlighting
Submodule
1
omz/plugins/zsh-syntax-highlighting
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 82cf2527fc13fefee6e87f99171c1b368f0abdb9
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user