Created
September 6, 2024 04:55
-
-
Save hbasria/eff9a9490289fa32cad9465a5a6e13b5 to your computer and use it in GitHub Desktop.
kubectl completion zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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