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
commands=(
"ctlptl"
"eksctl"
"exercism"
"helm"
"k3d"
"k9s"
"kind"
"kubectl"
"lefthook"
"mise"
"supabase"
"tea"
)
echo "create completion for ${commands[@]}"
for cmd in ${commands[@]}; do