Reorganzied zplug to correctly group command & groups.
This commit is contained in:
parent
19ef1433b2
commit
0f5ec64c16
16
zsh/zplug
16
zsh/zplug
|
@ -12,8 +12,10 @@ zplug "zdharma/zsh-diff-so-fancy", \
|
||||||
use:"bin/{git-dsf,diff-so-fancy}"
|
use:"bin/{git-dsf,diff-so-fancy}"
|
||||||
|
|
||||||
zplug "${ZDIR}/modules/bin/", \
|
zplug "${ZDIR}/modules/bin/", \
|
||||||
|
from:local, \
|
||||||
as:command, \
|
as:command, \
|
||||||
use:"*"
|
use:"*"
|
||||||
|
|
||||||
zplug "zdharma/fast-syntax-highlighting", \
|
zplug "zdharma/fast-syntax-highlighting", \
|
||||||
as:plugin, \
|
as:plugin, \
|
||||||
defer:2
|
defer:2
|
||||||
|
@ -38,20 +40,6 @@ zplug "junegunn/fzf", \
|
||||||
use:"shell/*.zsh", \
|
use:"shell/*.zsh", \
|
||||||
defer:2
|
defer:2
|
||||||
|
|
||||||
zplug "junegunn/fzf-bin", \
|
|
||||||
from:gh-r, \
|
|
||||||
as:command, \
|
|
||||||
rename-to:fzf
|
|
||||||
|
|
||||||
zplug "zdharma/zsh-diff-so-fancy", \
|
|
||||||
as:command, \
|
|
||||||
use:"bin/{git-dsf,diff-so-fancy}"
|
|
||||||
|
|
||||||
zplug "${ZDIR}/modules/bin/", \
|
|
||||||
from:local, \
|
|
||||||
as:command, \
|
|
||||||
use:"*"
|
|
||||||
|
|
||||||
zplug "${ZDIR}/modules/history/", \
|
zplug "${ZDIR}/modules/history/", \
|
||||||
from:local, \
|
from:local, \
|
||||||
as:plugin
|
as:plugin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user