feat(shlvl): add repeat_offset for repeated symbol (#5289)

Signed-off-by: Vivek Kushwaha <yoursvivek@users.noreply.github.com>
This commit is contained in:
Vivek Kushwaha
2023-07-14 14:29:02 +05:30
committed by GitHub
parent c5edb413dd
commit 3402f0e82a
4 changed files with 73 additions and 9 deletions
+7
View File
@@ -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"