zsh: Optimise startup
Alan Pearce alan@alanpearce.eu
Wed, 19 Dec 2018 12:13:04 +0100
1 files changed, 4 insertions(+), 3 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.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"