feat: add zsh plugin

Signed-off-by: Michael Bianco <mike@mikebian.co>

for zinit. Allows the completion plugin to be loaded via

zinit load orbstack/orbstack
This commit is contained in:
Michael Bianco
2023-10-21 07:01:58 -06:00
parent 7bcc277168
commit 0657100b4d
+6
View File
@@ -0,0 +1,6 @@
# make sure you execute this *after* asdf or other version managers are loaded
if (( $+commands[orbctl] )); then
eval "$(orbctl completion zsh)"
compdef _orb orbctl
compdef _orb orb
fi