diff options
-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 |