From 3f52c7cd85f0e823bab091da600d9ad926fa2956 Mon Sep 17 00:00:00 2001 From: thenbe <33713262+thenbe@users.noreply.github.com> Date: Thu, 27 Jul 2023 13:06:18 +0300 Subject: [PATCH] docs(directory): specify option name in example (#5324) * docs(directory): specify option name in example It took me longer than I'd like to admit to figure out what option this example was referring to. It didn't help that the referenced option is hidden in a collapsible, which evaded any attempt made through the browser's find `ctrl+f` functionality. * more natural grammar --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 47dbfdff..1007c1c7 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -1109,7 +1109,7 @@ The `directory` module shows the path to your current directory, truncated to three parent folders. Your directory will also be truncated to the root of the git repo that you're currently in. -When using the fish style pwd option, instead of hiding the path that is +When using the `fish_style_pwd_dir_length` option, instead of hiding the path that is truncated, you will see a shortened name of each directory based on the number you enable for the option.