Added zsh-syntax-highlighting

Added zsh-syntax-highlighting directly to my config from github
This commit is contained in:
Jiří Štefka 2020-06-08 18:50:03 +02:00
parent 08257dbbc4
commit 74d5160620
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored

@ -4,3 +4,6 @@
[submodule "zsh-autosuggestions"]
path = zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "zsh-syntax-highlighting"]
path = zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git

2
.zshrc

@ -45,5 +45,5 @@ bindkey "^[[3~" delete-char
# Load ; should be last.
source $HOME/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
source $HOME/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
source /usr/share/autojump/autojump.zsh 2>/dev/null

@ -0,0 +1 @@
Subproject commit 6fd92e1bbd927119e8fbb2d8f50d4cd9a6bcb6d9