starship cleanup
This commit is contained in:
parent
34b513197c
commit
4d696d76d5
@ -1,6 +1,10 @@
|
||||
# ~/.config/starship.toml
|
||||
|
||||
|
||||
|
||||
|
||||
# custom prompt
|
||||
|
||||
[aws]
|
||||
symbol = " "
|
||||
|
||||
@ -11,6 +15,8 @@ symbol = " "
|
||||
symbol = " "
|
||||
|
||||
[directory]
|
||||
truncation_length = 8
|
||||
truncation_symbol = "…/"
|
||||
read_only = " "
|
||||
|
||||
[docker_context]
|
||||
@ -73,3 +79,11 @@ symbol = " "
|
||||
[swift]
|
||||
symbol = "ﯣ "
|
||||
|
||||
[battery]
|
||||
format = "[$symbol$percentage]($style) "
|
||||
full_symbol = "🔋 "
|
||||
charging_symbol = "⚡️ "
|
||||
discharging_symbol = "💀 "
|
||||
|
||||
[prompt]
|
||||
format = "$all$directory$character"
|
||||
|
Loading…
x
Reference in New Issue
Block a user