summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2018-12-19 19:10:22 +0100
committerAlan Pearce2018-12-19 19:10:22 +0100
commit9a9742dc4e7ad819de012ae00bbd4ee2784740c5 (patch)
treea7b20d3d3aee9dc75809339f4197099ffa203367 /zsh
parent44347792071cba80a2701a796ee883a97150d84e (diff)
downloaddotfiles-9a9742dc4e7ad819de012ae00bbd4ee2784740c5.tar.lz
dotfiles-9a9742dc4e7ad819de012ae00bbd4ee2784740c5.tar.zst
dotfiles-9a9742dc4e7ad819de012ae00bbd4ee2784740c5.zip
zsh: optimise startup
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc5
1 files changed, 2 insertions, 3 deletions
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"