mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
shell: fix starship git status
This commit is contained in:
parent
9d13901fc7
commit
426a019cbc
1 changed files with 3 additions and 3 deletions
|
|
@ -78,9 +78,9 @@
|
|||
renamed = '[»\($count\)](bg:overlay fg:iris)'
|
||||
deleted = '[✘\($count\)](style)'
|
||||
staged = '[++\($count\)](bg:overlay fg:gold)'
|
||||
ahead = '[⇡\($\{count}\)](bg:overlay fg:foam)'
|
||||
diverged = '⇕[\[](bg:overlay fg:iris)[⇡\($\{ahead_count}\)](bg:overlay fg:foam)[⇣\($\{behind_count}\)](bg:overlay fg:rose)[\]](bg:overlay fg:iris)'
|
||||
behind = '[⇣\($\{count}\)](bg:overlay fg:rose)'
|
||||
ahead = '[⇡\($count\)](bg:overlay fg:foam)'
|
||||
diverged = '⇕[\[](bg:overlay fg:iris)[⇡\($ahead_count\)](bg:overlay fg:foam)[⇣\($behind_count\)](bg:overlay fg:rose)[\]](bg:overlay fg:iris)'
|
||||
behind = '[⇣\($count\)](bg:overlay fg:rose)'
|
||||
|
||||
[time]
|
||||
disabled = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue