diff --git a/.gitmodules b/.gitmodules index 81ce725..e2dfbe8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +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/local/src/z.lua"] path = "root/usr/local/src/z.lua" url = "https://github.com/skywind3000/z.lua" diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index b38beee..a87fe64 100755 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -62,5 +62,6 @@ 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)" diff --git a/root/usr/share/zsh/site-functions/zsh-you-should-use b/root/usr/share/zsh/site-functions/zsh-you-should-use new file mode 160000 index 0000000..b4aec74 --- /dev/null +++ b/root/usr/share/zsh/site-functions/zsh-you-should-use @@ -0,0 +1 @@ +Subproject commit b4aec740f23d195116d1fddec91d67b5e9c2c5c7