From c266fdb3a06f8829b8578dc01af953562f2f7e9a Mon Sep 17 00:00:00 2001 From: mifieldxu Date: Fri, 4 Dec 2020 23:21:45 -0800 Subject: [PATCH] chore: fixing typos in segment-path.md fixed a few typos for property names --- docs/docs/segment-path.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/segment-path.md b/docs/docs/segment-path.md index 1af111c7..c568d090 100644 --- a/docs/docs/segment-path.md +++ b/docs/docs/segment-path.md @@ -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