mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 21:00:57 +01:00
5 lines
85 B
Bash
5 lines
85 B
Bash
if [ $commands[dapr] ]; then
|
|
source <(dapr completion zsh)
|
|
compdef _dapr dapr
|
|
fi
|