From 1c73d7a2107abb86ebb3800f0e114c72daa1da31 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 13 Jan 2020 14:25:04 -0500 Subject: [PATCH] Sorting stuff. --- zsh/zplug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zplug b/zsh/zplug index 4ac7edf..9bab7a4 100755 --- a/zsh/zplug +++ b/zsh/zplug @@ -14,11 +14,11 @@ zplug "${ZDIR}/modules/keybinds/", from:local, as:plugin zplug "hlissner/zsh-autopair", as:plugin, defer:2 zplug "junegunn/fzf", use:"shell/*.zsh", 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 "zsh-users/zsh-autosuggestions", 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 'wfxr/forgit', as:plugin, defer:2 if [ -n "$SSH_CONNECTION" ] ; then zplug "${ZDIR}/modules/prompt/",\ from:local,\ use:uncommon.zsh, as:theme