mirror of
https://github.com/Phantop/dotfiles
synced 2025-04-12 07:24:33 +00:00
Starship: update config to 0.45.0
This commit is contained in:
parent
3c2e64c891
commit
a2856dd928
|
@ -5,17 +5,16 @@ add_newline = false
|
||||||
symbol = ""
|
symbol = ""
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
style_success = "bright-purple"
|
success_symbol = "[❯](bright-purple)"
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "bold blue"
|
style = "bold blue"
|
||||||
truncation_length = 0
|
truncation_length = 0
|
||||||
truncate_to_repo = false
|
truncate_to_repo = false
|
||||||
|
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
min_time = 500
|
min_time = 500
|
||||||
prefix = ""
|
format = "[$duration]($style) "
|
||||||
|
|
||||||
[jobs]
|
[jobs]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
Loading…
Reference in a new issue