mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Remove zsh-you-should-use, causes issues
This commit is contained in:
parent
9f50a4edfa
commit
7b44531968
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -7,9 +7,9 @@
|
|||
[submodule "root/usr/share/zsh/site-functions/zsh-syntax-highlighting"]
|
||||
path = "root/usr/share/zsh/site-functions/zsh-syntax-highlighting"
|
||||
url = "https://github.com/zsh-users/zsh-syntax-highlighting"
|
||||
[submodule "root/usr/share/zsh/site-functions/zsh-you-should-use"]
|
||||
path = "root/usr/share/zsh/site-functions/zsh-you-should-use"
|
||||
url = "https://github.com/MichaelAquilina/zsh-you-should-use"
|
||||
#[submodule "root/usr/share/zsh/site-functions/zsh-you-should-use"]
|
||||
# path = "root/usr/share/zsh/site-functions/zsh-you-should-use"
|
||||
# url = "https://github.com/MichaelAquilina/zsh-you-should-use"
|
||||
[submodule "root/usr/local/src/z.lua"]
|
||||
path = "root/usr/local/src/z.lua"
|
||||
url = "https://github.com/skywind3000/z.lua"
|
||||
|
|
|
@ -62,6 +62,5 @@ zstyle ':completion:::::' completer _expand _complete _ignored _approximate #ena
|
|||
# Load extensions (should be last)
|
||||
. /usr/share/zsh/site-functions/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
||||
. /usr/share/zsh/site-functions/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null
|
||||
. /usr/share/zsh/site-functions/zsh-you-should-use/you-should-use.plugin.zsh 2>/dev/null
|
||||
eval "$(lua /usr/local/src/z.lua/z.lua --init zsh enhanced)"
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b4aec740f23d195116d1fddec91d67b5e9c2c5c7
|
Loading…
Reference in a new issue