1
0
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:
jxlwqq
2021-12-30 15:45:19 +08:00
parent 22de1d304c
commit a2c6f430b5
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
if [ $commands[dapr] ]; then
source <(dapr completion zsh)
compdef _dapr dapr
fi