summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2018-12-23 10:45:58 +0000
committerAlan Pearce2018-12-23 10:45:58 +0000
commitd9f6ea9c62a6b72d977c425777234ff07566939b (patch)
tree1fd2c86488e86ef21e3e05b829b2bbc4766d360a /zsh
parent676eca0ff833c6b59702c7e01a7e5e38feb81a9c (diff)
downloaddotfiles-d9f6ea9c62a6b72d977c425777234ff07566939b.tar.lz
dotfiles-d9f6ea9c62a6b72d977c425777234ff07566939b.tar.zst
dotfiles-d9f6ea9c62a6b72d977c425777234ff07566939b.zip
zsh: Install zsh-you-should-use
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