Skip to content

Instantly share code, notes, and snippets.

@iloveitaly
Last active September 25, 2024 13:46
Show Gist options
  • Save iloveitaly/7569436744f46132cf742072fc8f4d58 to your computer and use it in GitHub Desktop.
Save iloveitaly/7569436744f46132cf742072fc8f4d58 to your computer and use it in GitHub Desktop.
# make sure you execute this *after* asdf or other version managers are loaded
# atuin is rust based; no need to cache shell completions
if (( $+commands[atuin] )); then
# not possible to disable up-arrow via a config
source <(atuin init zsh --disable-up-arrow)
source <(atuin gen-completions --shell zsh)
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment