mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
7 lines
97 B
Bash
7 lines
97 B
Bash
# Autocompletion for svcat.
|
|
#
|
|
|
|
if [ $commands[svcat] ]; then
|
|
source <(svcat completion zsh)
|
|
fi
|