summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-07-28 23:18:24 -0400
committerMatan Kushner <hello@matchai.me>2019-07-28 23:18:24 -0400
commit6cfc6ac5bb543fdc95d24e9405a516d2d103621b (patch)
tree609e07d431e463697e3a4d742081a423fa293564 /docs
parent409efd9caa185c28295802f665e6e1b60c000743 (diff)
docs: Add detail to the truncation_length description
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md14
1 files changed, 7 insertions, 7 deletions
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