Update starship config again
This commit is contained in:
parent
4f4c5f5c26
commit
10cbdd08ea
2 changed files with 11 additions and 9 deletions
|
@ -9,8 +9,10 @@ $git_branch$git_commit$git_state$git_status\
|
|||
[](bg:#454158 fg:red)\
|
||||
$fill\
|
||||
[](bg:yellow fg:#454158)\
|
||||
$status$cmd_duration\
|
||||
[](bg:black fg:yellow)\
|
||||
$cmd_duration\
|
||||
[](bg:red fg:yellow)\
|
||||
$status\
|
||||
[](bg:black fg:red)\
|
||||
$shell\
|
||||
[](bg:cyan fg:black)\
|
||||
$jobs\
|
||||
|
@ -30,7 +32,7 @@ vicmd_symbol = "[](fg:#454158 bg:cyan)[](cyan)"
|
|||
min_time = 0
|
||||
show_milliseconds = true
|
||||
style = "bg:yellow fg:black"
|
||||
format = "[$duration祥]($style)"
|
||||
format = "[$duration]($style)"
|
||||
|
||||
[directory]
|
||||
read_only = ""
|
||||
|
@ -99,8 +101,8 @@ disabled = false
|
|||
|
||||
[status]
|
||||
disabled = false
|
||||
style = "bg:yellow fg:black"
|
||||
format = "[$status ]($style)"
|
||||
style = "bg:red fg:black"
|
||||
format = "[$status]($style)"
|
||||
|
||||
[time]
|
||||
disabled = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue