Skip to content

Commit fee7fc4

Browse files
authored
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 <danny@kdrag0n.dev>
1 parent 1d14f6f commit fee7fc4

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

orb.plugin.zsh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
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
1+
# OrbStack: command-line tools and integration
2+
source ~/.orbstack/shell/init.zsh 2>/dev/null || :

0 commit comments

Comments
 (0)