diff --git a/bashrc b/bashrc index 0fa9d97..e0604cd 100644 --- a/bashrc +++ b/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)