zsh/zplug.zsh

15 lines
235 B
Bash
Raw Normal View History

2019-02-01 10:06:59 +00:00
source $(zdotfile zplug/init.zsh)
zplug "MichaelAquilina/zsh-you-should-use"
2019-02-11 15:25:00 +00:00
zplug 'molovo/revolver', \
as:command, \
use:revolver
zplug 'zunit-zsh/zunit', \
as:command, \
use:zunit, \
hook-build:'./build.zsh'
2019-02-01 10:06:59 +00:00
zplug load