From 963e2436b751dfbd8cd7ac6553a97168f8ab8f55 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Wed, 23 Apr 2025 10:30:06 +0900 Subject: [PATCH] feat: move completion to default folder --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 5837adf..5a5e67e 100644 --- a/.zshrc +++ b/.zshrc @@ -127,10 +127,10 @@ fpath=(${ASDF_DIR}/completions $fpath) autoload -Uz compinit # Load kubectl and helm completions -zinit ice lucid wait='1' has"kubectl" +zinit ice lucid wait='1' has"kubectl" atclone"kubectl completion zsh > $ZINIT[COMPLETIONS_DIR]/_kubectl" zinit snippet OMZ::plugins/kubectl/kubectl.plugin.zsh -zinit ice lucid wait='1' has"helm" +zinit ice lucid wait='1' has"helm" atclone"helm completion zsh > $ZINIT[COMPLETIONS_DIR]/_helm" zinit snippet OMZ::plugins/helm/helm.plugin.zsh # if [ $(date +'%j') != $(stat -f '%Sm' -t '%j' ~/.zcompdump) ]; then