diff --git a/orb.plugin.zsh b/orb.plugin.zsh index 4ea5696..1bd711e 100644 --- a/orb.plugin.zsh +++ b/orb.plugin.zsh @@ -1,6 +1,2 @@ -# 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 \ No newline at end of file +# OrbStack: command-line tools and integration +source ~/.orbstack/shell/init.zsh 2>/dev/null || :