Sorting stuff.

This commit is contained in:
James Patrick 2020-01-13 14:25:04 -05:00
parent f5f63d7639
commit 1c73d7a210

View File

@ -14,11 +14,11 @@ zplug "${ZDIR}/modules/keybinds/", from:local, as:plugin
zplug "hlissner/zsh-autopair", as:plugin, defer:2 zplug "hlissner/zsh-autopair", as:plugin, defer:2
zplug "junegunn/fzf", use:"shell/*.zsh", defer:2 zplug "junegunn/fzf", use:"shell/*.zsh", defer:2
zplug "mafredri/zsh-async", as:plugin, defer:2 zplug "mafredri/zsh-async", as:plugin, defer:2
zplug "wfxr/forgit", as:plugin, defer:2
zplug "zdharma/fast-syntax-highlighting", as:plugin, defer:2 zplug "zdharma/fast-syntax-highlighting", as:plugin, defer:2
zplug "zsh-users/zsh-autosuggestions", as:plugin, defer:2 zplug "zsh-users/zsh-autosuggestions", as:plugin, defer:2
zplug "zsh-users/zsh-completions", as:plugin, defer:2 zplug "zsh-users/zsh-completions", as:plugin, defer:2
zplug "zsh-users/zsh-history-substring-search", as:plugin, defer:2 zplug "zsh-users/zsh-history-substring-search", as:plugin, defer:2
zplug 'wfxr/forgit', as:plugin, defer:2
if [ -n "$SSH_CONNECTION" ] ; then if [ -n "$SSH_CONNECTION" ] ; then
zplug "${ZDIR}/modules/prompt/",\ from:local,\ use:uncommon.zsh, as:theme zplug "${ZDIR}/modules/prompt/",\ from:local,\ use:uncommon.zsh, as:theme