From 9a9742dc4e7ad819de012ae00bbd4ee2784740c5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Dec 2018 19:10:22 +0100 Subject: zsh: optimise startup --- zsh/.config/zsh/.zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 3dddc15..e67955d 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -132,13 +132,12 @@ fi # Plugins -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 ice atload'alias kx=kubectx' cp'kube-aliases.plugin.zsh -> kube-aliases.zsh' atclone'sed -i s+"$ZSH_CUSTOM/plugins/zsh-kubernetes+$PWD+" kube-aliases.zsh' atpull'%atclone' pick'kube-aliases.zsh' nocompile -zplugin load "dbz/kube-aliases" +zplugin light "dbz/kube-aliases" zplugin ice wait'1' lucid atinit'alias cdg=cd-gitroot' zplugin load "mollifier/cd-gitroot" zplugin ice wait'1' lucid @@ -257,5 +256,5 @@ fi unsetopt flow_control # Let me use ^S and ^Q -zplugin ice wait'0' lucid atinit'zpcompinit; zpcdreplay -q' +zplugin ice wait'1' lucid #atinit'zpcompinit; zpcdreplay -q' zplugin light "zdharma/fast-syntax-highlighting" -- cgit 1.4.1