From b2fcaf1210270d750f39db7f4fe1a883629846b5 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Wed, 23 Apr 2025 10:20:20 +0900 Subject: [PATCH] feat: zshrc --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 915ab78..ea16936 100644 --- a/.zshrc +++ b/.zshrc @@ -131,6 +131,7 @@ zinit light-mode lucid wait has"kubectl" for \ as"completion" \ atclone"kubectl completion zsh > _kubectl" \ atpull"%atclone" \ + atload"fpath+=(${ZINIT[COMPLETIONS_DIR]})" \ zdharma-continuum/null zinit light-mode lucid wait has"helm" for \ @@ -138,6 +139,7 @@ zinit light-mode lucid wait has"helm" for \ as"completion" \ atclone"helm completion zsh > _helm" \ atpull"%atclone" \ + atload"fpath+=(${ZINIT[COMPLETIONS_DIR]})" \ zdharma-continuum/null zinit ice wait lucid atinit"zicompinit; zicdreplay"