diff --git a/.config/starship.toml b/.config/starship.toml index 238587c..cad1909 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -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