diff options
author | Alan Pearce | 2018-12-19 11:55:50 +0100 |
---|---|---|
committer | Alan Pearce | 2018-12-19 11:55:50 +0100 |
commit | d4a8801b9b6b1780b5e1a6cda2770b277fe114ec (patch) | |
tree | 5aab1a958c62c844cc8d1f6aa559b5a5ef0e4205 | |
parent | 958131271a6f82f1d6cf22cdbb6ad6742d34d4c8 (diff) | |
download | dotfiles-d4a8801b9b6b1780b5e1a6cda2770b277fe114ec.tar.lz dotfiles-d4a8801b9b6b1780b5e1a6cda2770b277fe114ec.tar.zst dotfiles-d4a8801b9b6b1780b5e1a6cda2770b277fe114ec.zip |
zsh: Optimise startup
-rw-r--r-- | zsh/.config/zsh/.zshrc | 10 |
1 files changed, 4 insertions, 6 deletions
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 |