mirror of
https://git.adityakumar.xyz/config.git
synced 2025-02-05 18:10:01 +00:00
6 lines
97 B
Bash
6 lines
97 B
Bash
# Autocompletion for svcat.
|
|
#
|
|
|
|
if [ $commands[svcat] ]; then
|
|
source <(svcat completion zsh)
|
|
fi
|