diff options
author | Alan Pearce | 2018-12-23 10:45:58 +0000 |
---|---|---|
committer | Alan Pearce | 2018-12-23 10:45:58 +0000 |
commit | d9f6ea9c62a6b72d977c425777234ff07566939b (patch) | |
tree | 1fd2c86488e86ef21e3e05b829b2bbc4766d360a | |
parent | 676eca0ff833c6b59702c7e01a7e5e38feb81a9c (diff) | |
download | dotfiles-d9f6ea9c62a6b72d977c425777234ff07566939b.tar.lz dotfiles-d9f6ea9c62a6b72d977c425777234ff07566939b.tar.zst dotfiles-d9f6ea9c62a6b72d977c425777234ff07566939b.zip |
zsh: Install zsh-you-should-use
-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 |