feat: Adds kubectl completions to zshrc.

This commit is contained in:
2025-01-29 13:41:26 -05:00
parent 95139d50ba
commit 86422bd68b
2 changed files with 2 additions and 1 deletions

View File

@@ -205,6 +205,7 @@ alias wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" # set wget history locat
# NOTE: This needs to stay near the bottom, or it doesn't work properly.
# Use fzf in history / search contexts.
source <(fzf --zsh)
source <(kubectl completion zsh)
#------------------------------ local configs ------------------------------