starship(status): add pipestatus configuration
This commit is contained in:
parent
610839756c
commit
89beb88127
@ -192,11 +192,14 @@ disabled = false
|
||||
disabled = false
|
||||
style = "red"
|
||||
map_symbol = false
|
||||
pipestatus = true
|
||||
pipestatus_separator = '[| ]($style)'
|
||||
pipestatus_format = '[($style)$pipestatus]($style)'
|
||||
symbol = "\\(╯°□°)╯︵ ┻━┻"
|
||||
# pure unicode version
|
||||
# format = "(bg:$stylefg:#4169e1)[$symbol $status](bg:$style)(fg:$style) "
|
||||
# certain symbols of the following rely on nerdfonts
|
||||
format = "[](fg:$style)[$symbol ](bg:$style)[\ue0b8 $status \ue0ba\ue0b4](bold $style) "
|
||||
format = "[](fg:$style)[$symbol ](bg:$style)[\ue0b8 $status $common_meaning$signal_name$maybe_int \ue0ba\ue0b4](bold $style) "
|
||||
# ref:
|
||||
# https://github.com/starship/starship/discussions/1107#discussioncomment-345147
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user