swap out zsh-syntax-highlighting for fast-syntax-highlighting

This commit is contained in:
Mike Cugini 2021-04-25 11:56:05 -04:00
parent c9cf68a079
commit 1e059666d7
5 changed files with 6 additions and 5 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
zsh/cache/*

6
.gitmodules vendored
View File

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

@ -0,0 +1 @@
Subproject commit a62d721affc771de2c78201d868d80668a84c1e1

@ -1 +0,0 @@
Subproject commit ad522a091429ba180c930f84b2a023b40de4dbcc

2
zshrc
View File

@ -45,7 +45,7 @@ export PATH=$HOME/Android/Sdk/platform-tools:$PATH # android studio bin
export PATH=$HOME/.poetry/bin:$PATH # android studio bin export PATH=$HOME/.poetry/bin:$PATH # android studio bin
# source zsh-syntax-highlighting last # 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 source /usr/share/fzf/key-bindings.zsh
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"