mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-04 20:37:37 +08:00
5 lines
85 B
Bash
5 lines
85 B
Bash
if [ $commands[dapr] ]; then
|
|
source <(dapr completion zsh)
|
|
compdef _dapr dapr
|
|
fi
|