mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat(status): Add pipestatus_segment_format option to status module (#4103)
Add pipestatus_segment_format
This commit is contained in:
@@ -4521,6 +4521,12 @@
|
||||
"default": "\\[$pipestatus\\] => [$symbol$common_meaning$signal_name$maybe_int]($style)",
|
||||
"type": "string"
|
||||
},
|
||||
"pipestatus_segment_format": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"disabled": {
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
|
||||
Reference in New Issue
Block a user