This commit is contained in:
Yago Nobre 2017-11-06 15:27:28 +00:00 committed by GitHub
commit 64c3e7895b

View file

@ -5,3 +5,5 @@
if [ $commands[kubectl] ]; then if [ $commands[kubectl] ]; then
source <(kubectl completion zsh) source <(kubectl completion zsh)
fi fi
alias k='kubectl'