From fee7fc42276310059957bf3ea4c73d11c05f212e Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Fri, 15 Aug 2025 06:03:07 -0700 Subject: [PATCH] zsh plugin: switch to loading ~/.orbstack/shell/init.zsh Completions are now pre-generated and added to `fpath` in `~/.orbstack/shell/init.zsh`. Signed-off-by: Danny Lin --- orb.plugin.zsh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 || :