swap out zsh-syntax-highlighting for fast-syntax-highlighting
This commit is contained in:
parent
c9cf68a079
commit
1e059666d7
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
zsh/cache/*
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "zsh/zsh-syntax-highlighting"]
|
||||
path = zsh/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
[submodule "zsh/fast-syntax-highlighting"]
|
||||
path = zsh/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma/fast-syntax-highlighting
|
||||
|
1
zsh/fast-syntax-highlighting
Submodule
1
zsh/fast-syntax-highlighting
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a62d721affc771de2c78201d868d80668a84c1e1
|
@ -1 +0,0 @@
|
||||
Subproject commit ad522a091429ba180c930f84b2a023b40de4dbcc
|
2
zshrc
2
zshrc
@ -45,7 +45,7 @@ export PATH=$HOME/Android/Sdk/platform-tools:$PATH # android studio bin
|
||||
export PATH=$HOME/.poetry/bin:$PATH # android studio bin
|
||||
|
||||
# source zsh-syntax-highlighting last
|
||||
source $ZSH/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source $ZSH/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
||||
source /usr/share/fzf/key-bindings.zsh
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user