mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
Revert "shell: starship fix git status"
This reverts commit 402d9988c2.
This commit is contained in:
parent
402d9988c2
commit
9b2afb54cb
1 changed files with 3 additions and 3 deletions
|
|
@ -72,10 +72,10 @@
|
|||
disabled = false
|
||||
style = "bg:overlay fg:love"
|
||||
format = '[](fg:overlay)([$all_status$ahead_behind]($style))[](fg:overlay) '
|
||||
up_to_date = '[ ](bg:overlay fg:iris)'
|
||||
up_to_date = '[ ](bg:overlay fg:iris)'
|
||||
untracked = '[?\($count\)](bg:overlay fg:gold)'
|
||||
stashed = '[\$](bg:overlay fg:iris)'
|
||||
modified = '[!\($count\)](bg:overlay fg:gold)'
|
||||
modified = '[!\($count\)](ag:overlay fg:gold)'
|
||||
renamed = '[»\($count\)](bg:overlay fg:iris)'
|
||||
deleted = '[✘\($count\)](style)'
|
||||
staged = '[++\($count\)](bg:overlay fg:gold)'
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
symbol = ' '
|
||||
|
||||
[custom.flake]
|
||||
command = "nix flake metadata --quiet --json | jq .description --raw-output"
|
||||
command = "nix flake metadata --quiet --json | jq .description"
|
||||
style = "bg:overlay fg:pine"
|
||||
format = " [](fg:overlay)[ $symbol$output ]($style)[](fg:overlay)"
|
||||
disabled = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue