Skip to content

Instantly share code, notes, and snippets.

@iloveitaly
Created October 29, 2024 13:37
Show Gist options
  • Save iloveitaly/ebf69624c7b4cbd2f63b3e1e9f7846f9 to your computer and use it in GitHub Desktop.
Save iloveitaly/ebf69624c7b4cbd2f63b3e1e9f7846f9 to your computer and use it in GitHub Desktop.
# make sure you execute this *after* asdf or other version managers are loaded
# starship is rust based; no need to cache shell completions
if (( $+commands[starship] )); then
source <(starship completions zsh)
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment