From ae29c3dd332e4c9947d1ac05de2d68f84831cfe1 Mon Sep 17 00:00:00 2001 From: nold Date: Sat, 3 Apr 2021 06:52:34 +0000 Subject: [PATCH] add: talosctl completion --- bashrc | 1 + 1 file changed, 1 insertion(+) 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)