Created
March 25, 2023 02:43
-
-
Save BretFisher/815d522fe38fac4f884f9e022fc74574 to your computer and use it in GitHub Desktop.
Bret's Starship TOML tweaks
This file contains 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
# Replace the "❯" symbol in the prompt with "🥃" | |
[character] | |
success_symbol = "[🥃](bold green)" | |
[[battery.display]] | |
threshold = 75 # only show me battery status below 75% | |
[directory] | |
truncation_length = 5 | |
truncation_symbol = '…/' | |
truncate_to_repo = false #turn off auto-trunk for git repos so our substituations below will work | |
[directory.substitutions] | |
'~/code/github/bretfisher' = "\ueba1 bretfisher" # use nerd fonts to show a github logo | |
'~/code/tmp' = "\uf1f8 tmp" # use nerd fonts to show a trash can |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment