[es] Update Bash alias auto-completion

This commit is contained in:
Martin Tovmassian
2022-06-16 12:26:31 +02:00
parent c55941f924
commit e62fae9300
2 changed files with 2 additions and 2 deletions
@@ -44,7 +44,7 @@ Si tiene un alias para kubectl, puede extender el completado del shell para trab
```bash
echo 'alias k=kubectl' >>~/.bashrc
echo 'complete -F __start_kubectl k' >>~/.bashrc
echo 'complete -o default -F __start_kubectl k' >>~/.bashrc
```
{{< note >}}