mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat(shlvl): add repeat_offset for repeated symbol (#5289)
Signed-off-by: Vivek Kushwaha <yoursvivek@users.noreply.github.com>
This commit is contained in:
@@ -1499,6 +1499,7 @@
|
||||
"disabled": true,
|
||||
"format": "[$symbol$shlvl]($style) ",
|
||||
"repeat": false,
|
||||
"repeat_offset": 0,
|
||||
"style": "bold yellow",
|
||||
"symbol": "↕️ ",
|
||||
"threshold": 2
|
||||
@@ -5243,6 +5244,12 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"repeat_offset": {
|
||||
"default": 0,
|
||||
"type": "integer",
|
||||
"format": "uint64",
|
||||
"minimum": 0.0
|
||||
},
|
||||
"style": {
|
||||
"default": "bold yellow",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user