all repos — archive/dotfiles @ 5553e7a66042f30fcef94b0eb61ff2c783c8acb6

Superseded by nixfiles

zsh: Optimise startup
Alan Pearce alan@alanpearce.eu
Wed, 19 Dec 2018 12:13:04 +0100
commit

5553e7a66042f30fcef94b0eb61ff2c783c8acb6

parent

d4a8801b9b6b1780b5e1a6cda2770b277fe114ec

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -135,8 +135,8 @@ zplugin light agkozak/agkozak-zsh-prompt
 zplugin ice blockf wait'0' lucid
 zplugin light "zsh-users/zsh-completions"
+zplugin ice wait'1' lucid
 zplugin light "hlissner/zsh-autopair"
-zplugin light "mollifier/anyframe"
 zplugin load "dbz/kube-aliases"
 
 zplugin snippet "OMZ::lib/functions.zsh"
@@ -180,8 +180,6 @@ autoload _helm   compdef _helm helm
 fi
 
-zplugin ice wait'0' lucid atinit 'zpcompinit; zpcdreplay -q'
-zplugin light "zdharma/fast-syntax-highlighting"
 
 # General configuration
 
@@ -223,6 +221,7 @@ precmd_functions+=(check_kubectl_context)   AGKOZAK_CUSTOM_RPROMPT='${prompt_context}%(3V.%F{${AGKOZAK_COLORS_BRANCH_STATUS}%3v%f.)'
 fi
 
+zplugin light "mollifier/anyframe"
 if [[ -n $commands[fzf] ]]
 then
   zplugin snippet "https://github.com/junegunn/fzf/raw/master/shell/key-bindings.zsh"
@@ -244,3 +243,5 @@ fi 
 unsetopt flow_control       # Let me use ^S and ^Q
 
+zplugin ice wait'0' lucid atinit'zpcompinit; zpcdreplay -q'
+zplugin light "zdharma/fast-syntax-highlighting"