From f167ebb4a12d8645c8a12d51c2ecbcbb0e982481 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 20 Nov 2019 17:24:15 -0500 Subject: [PATCH] Grouped commands, plugins, and themes. Basically just relocated the command out of the middle of the plugins. --- zsh/zplug | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/zsh/zplug b/zsh/zplug index 16eb68a..f3e685b 100644 --- a/zsh/zplug +++ b/zsh/zplug @@ -2,6 +2,18 @@ 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", \ as:plugin, \ defer:2 @@ -24,17 +36,6 @@ zplug "junegunn/fzf", \ use:"shell/*.zsh", \ 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:"*" zplug "${ZDIR}/modules/history/", \