starship cleanup
This commit is contained in:
parent
34b513197c
commit
4d696d76d5
@ -1,6 +1,10 @@
|
|||||||
# ~/.config/starship.toml
|
# ~/.config/starship.toml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# custom prompt
|
# custom prompt
|
||||||
|
|
||||||
[aws]
|
[aws]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
@ -11,6 +15,8 @@ symbol = " "
|
|||||||
symbol = " "
|
symbol = " "
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
|
truncation_length = 8
|
||||||
|
truncation_symbol = "…/"
|
||||||
read_only = " "
|
read_only = " "
|
||||||
|
|
||||||
[docker_context]
|
[docker_context]
|
||||||
@ -73,3 +79,11 @@ symbol = " "
|
|||||||
[swift]
|
[swift]
|
||||||
symbol = "ﯣ "
|
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