Skip to content

Instantly share code, notes, and snippets.

@BretFisher
Created March 25, 2023 02:43
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 BretFisher/815d522fe38fac4f884f9e022fc74574 to your computer and use it in GitHub Desktop.
Save BretFisher/815d522fe38fac4f884f9e022fc74574 to your computer and use it in GitHub Desktop.
Bret's Starship TOML tweaks
# 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