Skip to content

Instantly share code, notes, and snippets.

@hbasria
Created September 6, 2024 04:55
Show Gist options
  • Save hbasria/eff9a9490289fa32cad9465a5a6e13b5 to your computer and use it in GitHub Desktop.
Save hbasria/eff9a9490289fa32cad9465a5a6e13b5 to your computer and use it in GitHub Desktop.
kubectl completion zsh
echo "source <(kubectl completion zsh)" >> ~/.zshrc
echo 'alias k=kubectl' >> ~/.zshrc
echo 'complete -F __start_kubectl k' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment