diff --git a/zplug.zsh b/zplug.zsh index 90e52ea..93ac04f 100644 --- a/zplug.zsh +++ b/zplug.zsh @@ -2,5 +2,13 @@ source $(zdotfile zplug/init.zsh) zplug "MichaelAquilina/zsh-you-should-use" +zplug 'molovo/revolver', \ + as:command, \ + use:revolver +zplug 'zunit-zsh/zunit', \ + as:command, \ + use:zunit, \ + hook-build:'./build.zsh' + zplug load