Grouped commands, plugins, and themes.
Basically just relocated the command out of the middle of the plugins.
This commit is contained in:
parent
898500ffbb
commit
f167ebb4a1
23
zsh/zplug
23
zsh/zplug
|
@ -2,6 +2,18 @@
|
||||||
|
|
||||||
source ${ZPLUG_HOME}/init.zsh
|
source ${ZPLUG_HOME}/init.zsh
|
||||||
|
|
||||||
|
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/", \
|
||||||
|
as:command, \
|
||||||
|
use:"*"
|
||||||
zplug "zdharma/fast-syntax-highlighting", \
|
zplug "zdharma/fast-syntax-highlighting", \
|
||||||
as:plugin, \
|
as:plugin, \
|
||||||
defer:2
|
defer:2
|
||||||
|
@ -24,17 +36,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/", \
|
|
||||||
as:command, \
|
|
||||||
use:"*"
|
use:"*"
|
||||||
|
|
||||||
zplug "${ZDIR}/modules/history/", \
|
zplug "${ZDIR}/modules/history/", \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user