summaryrefslogtreecommitdiffstats
path: root/docs/zh-CN
diff options
context:
space:
mode:
authorDan Wendorf <github@danwendorf.com>2019-12-06 11:19:11 -0800
committerMatan Kushner <hello@matchai.me>2019-12-06 14:19:11 -0500
commitdee25c7b35284a23cfc189fbfcf26f6db7f51af0 (patch)
treeb65126cb760a42200b06ac672846aa9bfa08dac1 /docs/zh-CN
parent9f574eaabdf4bf0d021f3bf7bb89231420b73bf7 (diff)
feat: Add prefix config to directory module (#642)
Diffstat (limited to 'docs/zh-CN')
-rw-r--r--docs/zh-CN/config/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/zh-CN/config/README.md b/docs/zh-CN/config/README.md
index 6b8c6d853..5f300c607 100644
--- a/docs/zh-CN/config/README.md
+++ b/docs/zh-CN/config/README.md
@@ -303,6 +303,7 @@ For example, given `~/Dev/Nix/nixpkgs/pkgs` where `nixpkgs` is the repo root, an
| ------------------- | ------------- | -------------------------------------------------------------------------------- |
| `truncation_length` | `3` | The number of parent folders that the current directory should be truncated to. |
| `truncate_to_repo` | `true` | Whether or not to truncate to the root of the git repo that you're currently in. |
+| `prefix` | `"in "` | Prefix to display immediately before the directory. |
| `style` | `"bold cyan"` | The style for the module. |
| `disabled` | `false` | Disables the `directory` module. |