From 44f2042f1ac836ca2d5f7feabefe7bfcd1ce3ea6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 30 Sep 2019 13:01:45 +0200 Subject: zsh: hide loading message for kubectl-aliases --- zsh/.config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 363dd7d6..0855ded0 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -145,7 +145,7 @@ zstyle ':completion:*' completer _expand _complete _match zplugin ice blockf wait'!' lucid zplugin load "zsh-users/zsh-completions" -zplugin ice wait'[[ -n ${ZLAST_COMMANDS[(r)k*]} || "$PWD" =~ "kubernetes" ]]' +zplugin ice wait'[[ -n ${ZLAST_COMMANDS[(r)k*]} || "$PWD" =~ "kubernetes" ]]' lucid zplugin load alanpearce/kubectl-aliases zplugin ice wait'1' lucid atinit'alias cdg=cd-gitroot' zplugin load "mollifier/cd-gitroot" -- cgit 1.4.1