From 6cfc6ac5bb543fdc95d24e9405a516d2d103621b Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Sun, 28 Jul 2019 23:18:24 -0400 Subject: docs: Add detail to the truncation_length description --- docs/config/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/config/README.md b/docs/config/README.md index ccb2b7d55..2ed8bd7ec 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -46,9 +46,9 @@ This is the list of prompt-wide configuration options. ### Options -| Variable | Default | Description | -| ------------- | ------- | --------------------------------------------- | -| `add_newline` | `true` | Add a new line before the start of the prompt | +| Variable | Default | Description | +| ------------- | ------- | ---------------------------------------------- | +| `add_newline` | `true` | Add a new line before the start of the prompt. | ### Example @@ -117,10 +117,10 @@ git repo that you're currently in. ### Options -| Variable | Default | Description | -| ------------------- | ------- | -------------------------------------- | -| `truncation_length` | `3` | Truncates to this many parent folders. | -| `disabled` | `false` | Disables the `directory` module. | +| Variable | Default | Description | +| ------------------- | ------- | ------------------------------------------------------------------------------- | +| `truncation_length` | `3` | The number of parent folders that the current directory should be truncated to. | +| `disabled` | `false` | Disables the `directory` module. | ### Example -- cgit v1.2.3