Skip to content

Instantly share code, notes, and snippets.

@vonglasow
Created January 17, 2024 08:10
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 vonglasow/757a700c0b2d5ca4bf2a3061f0036960 to your computer and use it in GitHub Desktop.
Save vonglasow/757a700c0b2d5ca4bf2a3061f0036960 to your computer and use it in GitHub Desktop.
config starship.toml
add_newline = false
[battery]
full_symbol = "πŸ”‹"
charging_symbol = "⚑️"
discharging_symbol = "πŸ’€"
[cmd_duration]
min_time = 4
format = "[$duration]($style) "
[git_status]
conflicted = "🏳"
ahead = "πŸŽπŸ’¨"
behind = "😰"
diverged = "😡"
untracked = "🀷"
stashed = "πŸ“¦"
modified = "πŸ“"
staged = "βž•"
renamed = "πŸ‘…"
deleted = "πŸ—‘"
[jobs]
symbol_threshold = 1
number_threshold = 2
[line_break]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment