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 # ~/.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"