mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
fix: missing mixed in path style enum
missing mixed in path style enum.
This commit is contained in:
parent
dc3f758612
commit
dd6efd618d
|
@ -1007,7 +1007,8 @@
|
||||||
"agnoster_short",
|
"agnoster_short",
|
||||||
"short",
|
"short",
|
||||||
"full",
|
"full",
|
||||||
"folder"
|
"folder",
|
||||||
|
"mixed"
|
||||||
],
|
],
|
||||||
"default": "folder"
|
"default": "folder"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue