summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc2
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