mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-14 05:10:59 +01:00
feat(dapr): add plugin for dapr
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user