mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
fix(schema): update max and min cols to width
This commit is contained in:
parent
b3ead100d2
commit
b460faeda7
|
@ -425,16 +425,16 @@
|
||||||
"join"
|
"join"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"max_cols": {
|
"max_width": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "if the terminal width exceeds this value, the segment will be hidden",
|
"title": "if the terminal width exceeds this value, the segment will be hidden",
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/segment#max_cols",
|
"description": "https://ohmyposh.dev/docs/configuration/segment",
|
||||||
"default": 0
|
"default": 0
|
||||||
},
|
},
|
||||||
"min_cols": {
|
"min_width": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"title": "if the terminal width is inferior than this value, the segment will be hidden",
|
"title": "if the terminal width is inferior than this value, the segment will be hidden",
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/segment#min_cols",
|
"description": "https://ohmyposh.dev/docs/configuration/segment",
|
||||||
"default": 0
|
"default": 0
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
Loading…
Reference in a new issue