Files
2026-03-24 20:57:42 +11:00

7 lines
97 B
Bash

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