1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-04 20:37:37 +08:00
ohmyzsh-mirror/plugins/dapr/dapr.plugin.zsh
2021-12-30 15:51:04 +08:00

5 lines
85 B
Bash

if [ $commands[dapr] ]; then
source <(dapr completion zsh)
compdef _dapr dapr
fi