Last active
May 18, 2023 19:16
-
-
Save beeyev/f511a1f92d5cd564d011cc964fe33b00 to your computer and use it in GitHub Desktop.
starship config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.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