Skip to content

Commit 0657100

Browse files
committed
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
1 parent 7bcc277 commit 0657100

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

orb.plugin.zsh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# make sure you execute this *after* asdf or other version managers are loaded
2+
if (( $+commands[orbctl] )); then
3+
eval "$(orbctl completion zsh)"
4+
compdef _orb orbctl
5+
compdef _orb orb
6+
fi

0 commit comments

Comments
 (0)