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:
@@ -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
|
||||
Reference in New Issue
Block a user