add: talosctl completion

This commit is contained in:
nold 2021-04-03 06:52:34 +00:00
parent 6204fdb7c9
commit ae29c3dd33
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -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)