[en] Update Bash alias auto-completion

This commit is contained in:
Martin Tovmassian
2022-03-08 16:54:48 +01:00
parent ad6c53947a
commit d05fb625f4
3 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@ You can also use a shorthand alias for `kubectl` that also works with completion
```bash
alias k=kubectl
complete -F __start_kubectl k
complete -o default -F __start_kubectl k
```
### ZSH