diff --git a/runcoms/zshrc b/runcoms/zshrc index 9ee990d..80f708f 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -48,4 +48,8 @@ if type fzf > /dev/null; then alias fzf=fzf-tmux fi +if type kubectl > /dev/null; then + source <(kubectl completion zsh) +fi + [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"