zsh/zplug.zsh
2019-02-11 16:27:47 +01:00

15 lines
235 B
Bash

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