add: talosctl completion
This commit is contained in:
parent
6204fdb7c9
commit
ae29c3dd33
1 changed files with 1 additions and 0 deletions
1
bashrc
1
bashrc
|
@ -82,3 +82,4 @@ alias kgp="kubectl get pods -o wide"
|
|||
|
||||
type kubectl &>/dev/null && source <(kubectl completion bash)
|
||||
type helm &>/dev/null && source <(helm completion bash)
|
||||
type talosctl &>/dev/null && source <(talosctl completion bash)
|
||||
|
|
Loading…
Reference in a new issue