Skip to content

Instantly share code, notes, and snippets.

@beeyev
Last active May 18, 2023 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beeyev/f511a1f92d5cd564d011cc964fe33b00 to your computer and use it in GitHub Desktop.
Save beeyev/f511a1f92d5cd564d011cc964fe33b00 to your computer and use it in GitHub Desktop.
starship config
# ~/.config/starship.toml
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# Inserts a blank line between shell prompts
add_newline = true
[directory]
truncation_length = 8
truncation_symbol = '…/'
[status]
disabled = false
map_symbol = true
[package]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment