Added zsh-syntax-highlighting
Added zsh-syntax-highlighting directly to my config from github
This commit is contained in:
parent
08257dbbc4
commit
74d5160620
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
|||||||
[submodule "zsh-autosuggestions"]
|
[submodule "zsh-autosuggestions"]
|
||||||
path = zsh-autosuggestions
|
path = zsh-autosuggestions
|
||||||
url = https://github.com/zsh-users/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
2
.zshrc
@ -45,5 +45,5 @@ bindkey "^[[3~" delete-char
|
|||||||
|
|
||||||
# Load ; should be last.
|
# Load ; should be last.
|
||||||
source $HOME/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
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
|
source /usr/share/autojump/autojump.zsh 2>/dev/null
|
||||||
|
1
zsh-syntax-highlighting
Submodule
1
zsh-syntax-highlighting
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 6fd92e1bbd927119e8fbb2d8f50d4cd9a6bcb6d9
|
Reference in New Issue
Block a user