Skip to content

Instantly share code, notes, and snippets.

@trey
Created September 26, 2023 17:56
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 trey/afc6a72c6370cb40dc0820ecd9d824bc to your computer and use it in GitHub Desktop.
Save trey/afc6a72c6370cb40dc0820ecd9d824bc to your computer and use it in GitHub Desktop.
# https://starship.rs/config/
# I live in `~/.config/starship.toml`.
[docker_context]
disabled = true
[package]
disabled = true
[nodejs]
symbol = "⬢ "
[battery]
# https://github.com/starship/starship/blob/8f464e4c1d4ac04767db798ead986a59f4115716/src/configs/battery.rs#L22-L23
# via https://github.com/starship/starship/issues/3248
charging_symbol = "⇡ "
discharging_symbol = "⇣ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment