diff --git a/.zshrc b/.zshrc index 1a67466..a58e5db 100644 --- a/.zshrc +++ b/.zshrc @@ -50,6 +50,9 @@ source ~/.zsh/zsh-history-substring-search/zsh-history-substring-search.zsh # Set Prompt setopt promptsubst +# Kubectl completions fix +source <(kubectl completion zsh) + # Bindkeys bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down \ No newline at end of file