mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(dapr): add plugin for dapr
This commit is contained in:
parent
22de1d304c
commit
a2c6f430b5
2 changed files with 13 additions and 0 deletions
4
plugins/dapr/dapr.plugin.zsh
Normal file
4
plugins/dapr/dapr.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
if [ $commands[dapr] ]; then
|
||||
source <(dapr completion zsh)
|
||||
compdef _dapr dapr
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue