mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-26 18:41:52 -08:00
chore: fixing typos in segment-path.md
fixed a few typos for property names
This commit is contained in:
parent
c33827815d
commit
c266fdb3a0
|
@ -33,7 +33,7 @@ Display the current path.
|
|||
- folder_icon: `string` - the icon to use as a folder indication - defaults to `..`
|
||||
- windows_registry_icon: `string` - the icon to display when in the Windows registry - defaults to `\uE0B1`
|
||||
- style: `enum` - how to display the current path
|
||||
- mapped_locations: `map[string]string` - custom glyph/text for specific paths(only when `style` is set to `agnoster`, `agnosterfull` or `short`)
|
||||
- mapped_locations: `map[string]string` - custom glyph/text for specific paths(only when `style` is set to `agnoster`, `agnoster_full` or `short`)
|
||||
|
||||
## Style
|
||||
|
||||
|
@ -59,7 +59,7 @@ Renders each folder name separated by the `folder_separator_icon`.
|
|||
|
||||
Display `$PWD` as a string, replace `$HOME` with the `home_icon` if you're inside the `$HOME` location or
|
||||
one of its children.
|
||||
Specific folders can be customized using the `mappedlocations` property.
|
||||
Specific folders can be customized using the `mapped_locations` property.
|
||||
|
||||
### Full
|
||||
|
||||
|
|
Loading…
Reference in a new issue