Browse Source

feat: move completion to default folder

master
Ein Verne 19 hours ago
parent
commit
963e2436b7
  1. 4
      .zshrc

4
.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

Loading…
Cancel
Save