add kubectl completions

main
Alpha Chen 4 years ago
parent bcee60a5f5
commit c3d5574107
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -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"

Loading…
Cancel
Save