diff --git a/runcoms/zshrc b/runcoms/zshrc index 80f708f..9ee990d 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -48,8 +48,4 @@ 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"