2024-07-25 00:07:52 +03:00

7 lines
97 B
Bash

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