mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
chore(schema): add native_fallback
property for mercurial
segment
This commit is contained in:
parent
f790b02b96
commit
ca17b7211c
|
@ -126,7 +126,7 @@
|
|||
"native_fallback": {
|
||||
"type": "boolean",
|
||||
"title": "Native Fallback",
|
||||
"description": "Use the native command when executable is not found",
|
||||
"description": "Try to use the WSL 2 native command in a shared Windows drive if the Windows executable is not found.",
|
||||
"default": false
|
||||
},
|
||||
"full_branch_path": {
|
||||
|
@ -4473,6 +4473,9 @@
|
|||
},
|
||||
"status_formats": {
|
||||
"$ref": "#/definitions/status_formats"
|
||||
},
|
||||
"native_fallback": {
|
||||
"$ref": "#/definitions/native_fallback"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue