Formatting>
Substance of the file hasn't changed. Collapsed the zplug commands to a single line, and sorted.
This commit is contained in:
parent
9a0c16def2
commit
8967a18fde
82
zsh/zplug
82
zsh/zplug
|
@ -2,77 +2,27 @@
|
||||||
|
|
||||||
source ${ZPLUG_HOME}/init.zsh
|
source ${ZPLUG_HOME}/init.zsh
|
||||||
|
|
||||||
zplug "junegunn/fzf-bin", \
|
zplug "${ZDIR}/modules/bin/", from:local, as:command, use:"*"
|
||||||
from:gh-r, \
|
zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf
|
||||||
as:command, \
|
zplug "zdharma/zsh-diff-so-fancy", as:command, use:"bin/{git-dsf,diff-so-fancy}"
|
||||||
rename-to:fzf
|
|
||||||
|
|
||||||
zplug "zdharma/zsh-diff-so-fancy", \
|
zplug "${ZDIR}/modules/alias/", from:local, as:plugin
|
||||||
as:command, \
|
zplug "${ZDIR}/modules/complete/", from:local, as:plugin
|
||||||
use:"bin/{git-dsf,diff-so-fancy}"
|
zplug "${ZDIR}/modules/directory/", from:local, as:plugin
|
||||||
|
zplug "${ZDIR}/modules/history/", from:local, as:plugin
|
||||||
zplug "${ZDIR}/modules/bin/", \
|
zplug "${ZDIR}/modules/keybinds/", from:local, as:plugin
|
||||||
from:local, \
|
zplug "hlissner/zsh-autopair", as:plugin, defer:2
|
||||||
as:command, \
|
zplug "junegunn/fzf", use:"shell/*.zsh", defer:2
|
||||||
use:"*"
|
zplug "zdharma/fast-syntax-highlighting", as:plugin, defer:2
|
||||||
|
zplug "zpm-zsh/autoenv", as:plugin, defer:2
|
||||||
zplug "zdharma/fast-syntax-highlighting", \
|
zplug "zsh-users/zsh-autosuggestions", as:plugin, defer:2
|
||||||
as:plugin, \
|
zplug "zsh-users/zsh-history-substring-search", as:plugin, defer:2
|
||||||
defer:2
|
|
||||||
|
|
||||||
zplug "hlissner/zsh-autopair", \
|
|
||||||
as:plugin, \
|
|
||||||
defer:2
|
|
||||||
|
|
||||||
zplug "zsh-users/zsh-history-substring-search", \
|
|
||||||
as:plugin, \
|
|
||||||
defer:2
|
|
||||||
|
|
||||||
zplug "zpm-zsh/autoenv", \
|
|
||||||
as:plugin, \
|
|
||||||
defer:2
|
|
||||||
|
|
||||||
zplug "zsh-users/zsh-autosuggestions", \
|
|
||||||
as:plugin, \
|
|
||||||
defer:2
|
|
||||||
|
|
||||||
zplug "junegunn/fzf", \
|
|
||||||
use:"shell/*.zsh", \
|
|
||||||
defer:2
|
|
||||||
|
|
||||||
zplug "${ZDIR}/modules/history/", \
|
|
||||||
from:local, \
|
|
||||||
as:plugin
|
|
||||||
|
|
||||||
zplug "${ZDIR}/modules/directory/", \
|
|
||||||
from:local, \
|
|
||||||
as:plugin
|
|
||||||
|
|
||||||
zplug "${ZDIR}/modules/complete/", \
|
|
||||||
from:local, \
|
|
||||||
as:plugin
|
|
||||||
|
|
||||||
zplug "${ZDIR}/modules/keybinds/", \
|
|
||||||
from:local, \
|
|
||||||
as:plugin
|
|
||||||
|
|
||||||
zplug "${ZDIR}/modules/alias/", \
|
|
||||||
from:local, \
|
|
||||||
as:plugin
|
|
||||||
|
|
||||||
if [ -n "$SSH_CONNECTION" ] ; then
|
if [ -n "$SSH_CONNECTION" ] ; then
|
||||||
zplug "${ZDIR}/modules/prompt/",\
|
zplug "${ZDIR}/modules/prompt/",\ from:local,\ use:uncommon.zsh, as:theme
|
||||||
from:local,\
|
|
||||||
use:uncommon.zsh, \
|
|
||||||
as:theme
|
|
||||||
else
|
else
|
||||||
zplug "denysdovhan/spaceship-prompt", \
|
zplug "denysdovhan/spaceship-prompt", use:spaceship.zsh, from:github, as:theme
|
||||||
use:spaceship.zsh, \
|
|
||||||
from:github, \
|
|
||||||
as:theme
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
env_loader zplug
|
env_loader zplug
|
||||||
|
|
||||||
zplug load
|
zplug load
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user