chore: update script to install auto-completion

This commit is contained in:
2025-09-10 19:16:22 -03:00
parent f4ffea11dd
commit 14d4acf6a7

View File

@@ -4,16 +4,14 @@ set -e
# NOTE: (jpd) create auto-completion # NOTE: (jpd) create auto-completion
commands=( commands=(
"ctlptl" "ctlptl"
"eksctl"
"exercism" "exercism"
"helm"
"k3d" "k3d"
"k9s" "k9s"
"kind" "kind"
"kubectl" "kubectl"
"lefthook" "lefthook"
"mise" "mise"
"supabase" "tea"
) )
echo "create completion for ${commands[@]}" echo "create completion for ${commands[@]}"
for cmd in ${commands[@]}; do for cmd in ${commands[@]}; do