Add zunit
This commit is contained in:
parent
29fb9ea301
commit
9205a8ce67
|
@ -2,5 +2,13 @@ source $(zdotfile zplug/init.zsh)
|
||||||
|
|
||||||
zplug "MichaelAquilina/zsh-you-should-use"
|
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
|
zplug load
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue