[zh] Update Bash alias auto-completion

This commit is contained in:
Martin Tovmassian
2022-06-16 12:22:31 +02:00
parent c55941f924
commit 63938e4cbe
3 changed files with 3 additions and 3 deletions
@@ -148,7 +148,7 @@ You now have to ensure that the kubectl completion script gets sourced in all yo
```bash
echo 'alias k=kubectl' >>~/.bash_profile
echo 'complete -F __start_kubectl k' >>~/.bash_profile
echo 'complete -o default -F __start_kubectl k' >>~/.bash_profile
```
<!--