We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d14f6f commit fee7fc4Copy full SHA for fee7fc4
1 file changed
orb.plugin.zsh
@@ -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
+# OrbStack: command-line tools and integration
+source ~/.orbstack/shell/init.zsh 2>/dev/null || :
0 commit comments