starship: fix: removed obsolete nerd icons
This commit is contained in:
parent
02b2b52b03
commit
56a1233b71
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,10 @@ success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[battery]
|
[battery]
|
||||||
full_symbol = " "
|
# full_symbol = " "
|
||||||
charging_symbol = "🔌 "
|
charging_symbol = " "
|
||||||
discharging_symbol = "⚡ "
|
discharging_symbol = "⚡ "
|
||||||
|
empty_symbol = " "
|
||||||
[[battery.display]]
|
[[battery.display]]
|
||||||
threshold = 10
|
threshold = 10
|
||||||
style = "bold red"
|
style = "bold red"
|
||||||
|
@ -72,7 +73,7 @@ python_binary = ["./venv/bin/python", "python", "python3", "python2"]
|
||||||
|
|
||||||
[rlang]
|
[rlang]
|
||||||
format = "via [$symbol($version )]($style)"
|
format = "via [$symbol($version )]($style)"
|
||||||
symbol = "ﳒ"
|
symbol = ""
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
powershell_indicator = ">_"
|
powershell_indicator = ">_"
|
||||||
|
|
Loading…
Reference in a new issue