From 160e2dcd53d71c596ffa932eb3c33ed3c19a38b1 Mon Sep 17 00:00:00 2001 From: Mathis Date: Thu, 9 Feb 2023 20:11:23 +0000 Subject: [PATCH] Update '.zshrc' --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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