summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-30 13:01:45 +0200
committerAlan Pearce2019-09-30 13:02:10 +0200
commit44f2042f1ac836ca2d5f7feabefe7bfcd1ce3ea6 (patch)
treeab3dcaa95836ad2e67c22ad70b8adcc1903444ac
parent093be811e7d12ec9bd802abe0c98e24998041f97 (diff)
downloaddotfiles-44f2042f1ac836ca2d5f7feabefe7bfcd1ce3ea6.tar.lz
dotfiles-44f2042f1ac836ca2d5f7feabefe7bfcd1ce3ea6.tar.zst
dotfiles-44f2042f1ac836ca2d5f7feabefe7bfcd1ce3ea6.zip
zsh: hide loading message for kubectl-aliases
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 363dd7d..0855ded 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"