Files
2026-07-20 09:23:17 -04:00

7 lines
97 B
Bash

# Autocompletion for svcat.
#
if [ $commands[svcat] ]; then
source <(svcat completion zsh)
fi