summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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