summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 675906e60..1433f4691 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -151,11 +151,12 @@ This is the list of prompt-wide configuration options.
### Options
-| Option | Default | Description |
-| -------------- | ------------------------------ | ----------------------------------------------------- |
-| `format` | [link](#default-prompt-format) | Configure the format of the prompt. |
-| `scan_timeout` | `30` | Timeout for starship to scan files (in milliseconds). |
-| `add_newline` | `true` | Inserts blank line between shell prompts. |
+| Option | Default | Description |
+| ----------------- | ------------------------------ | ------------------------------------------------------------ |
+| `format` | [link](#default-prompt-format) | Configure the format of the prompt. |
+| `scan_timeout` | `30` | Timeout for starship to scan files (in milliseconds). |
+| `command_timeout` | `500` | Timeout for commands executed by starship (in milliseconds). |
+| `add_newline` | `true` | Inserts blank line between shell prompts. |
### Example