From d4a8801b9b6b1780b5e1a6cda2770b277fe114ec Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Dec 2018 11:55:50 +0100 Subject: zsh: Optimise startup --- zsh/.config/zsh/.zshrc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 6effdeb..49c8d1a 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -132,14 +132,12 @@ fi # Plugins -zplugin ice blockf +zplugin light agkozak/agkozak-zsh-prompt +zplugin ice blockf wait'0' lucid zplugin light "zsh-users/zsh-completions" zplugin light "hlissner/zsh-autopair" -zplugin ice wait'1' lucid -zplugin load "caarlos0/zsh-open-pr" -zplugin ice blockf zplugin light "mollifier/anyframe" -zplugin light agkozak/agkozak-zsh-prompt +zplugin load "dbz/kube-aliases" zplugin snippet "OMZ::lib/functions.zsh" zplugin snippet "OMZ::lib/termsupport.zsh" @@ -182,7 +180,7 @@ then compdef _helm helm fi -zplugin ice atinit 'zpcompinit; zpcdreplay -q' +zplugin ice wait'0' lucid atinit 'zpcompinit; zpcdreplay -q' zplugin light "zdharma/fast-syntax-highlighting" # General configuration -- cgit 1.4.1