mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
shell: starship fix git status
This commit is contained in:
parent
9b2afb54cb
commit
7792569716
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
up_to_date = '[ ](bg:overlay fg:iris)'
|
||||
untracked = '[?\($count\)](bg:overlay fg:gold)'
|
||||
stashed = '[\$](bg:overlay fg:iris)'
|
||||
modified = '[!\($count\)](ag:overlay fg:gold)'
|
||||
modified = '[!\($count\)](bg: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"
|
||||
command = "nix flake metadata --quiet --json | jq .description --raw-output"
|
||||
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