-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathstarship.toml
29 lines (22 loc) · 1.07 KB
/
starship.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*-mode:toml-*- vim:ft=toml
# ~/.config/starship.toml
# =============================================================================
# Starship cross-shell prompt configuration file.
#
# See https://starship.rs/
[battery]
full_symbol = "🔌" # The symbol shown when the battery is full.
charging_symbol = "⚡" # The symbol shown when the battery is charging.
discharging_symbol = "🔋" # The symbol shown when the battery is discharging.
[[battery.display]]
threshold = 30 # The upper bound for the display option.
style = "bold yellow" # The style used if the display option is in use.
[[battery.display]]
threshold = 10 # The upper bound for the display option.
style = "bold red" # The style used if the display option is in use.
[character]
use_symbol_for_status = true # Indicate error status by changing the symbol.
[git_state]
cherry_pick = "🍒 PICKING" # The text shown when a cherry-pick is in progress.
[python]
pyenv_version_name = true # Use pyenv to get Python version.