From 5553e7a66042f30fcef94b0eb61ff2c783c8acb6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Dec 2018 12:13:04 +0100 Subject: zsh: Optimise startup --- zsh/.config/zsh/.zshrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 49c8d1a..a970c6f 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -135,8 +135,8 @@ fi 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 @@ then 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 @@ else 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" -- cgit 1.4.1