starship cleanup

This commit is contained in:
Pratyush Desai 2022-04-29 23:51:01 +05:30
parent 34b513197c
commit 4d696d76d5
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD

View File

@ -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"