Skip to content

Instantly share code, notes, and snippets.

@iloveitaly
Last active October 21, 2023 12:56
Show Gist options
  • Save iloveitaly/043d91a2968597fe601673664b124dd3 to your computer and use it in GitHub Desktop.
Save iloveitaly/043d91a2968597fe601673664b124dd3 to your computer and use it in GitHub Desktop.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment