diff options
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index c6d7326..125afc2 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -158,6 +158,8 @@ zplugin load "chisui/zsh-nix-shell" zplugin ice if'[[ -n $commands[ghq] ]]' zplugin light "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh" +zplugin load "MichaelAquilina/zsh-you-should-use" + if [[ -n $commands[gcloud] ]] then autoload bashcompinit |