summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-01 00:01:37 +0900
committerMatan Kushner <hello@matchai.me>2019-10-01 00:01:45 +0900
commitb744d7afb27fa3d1d47adc2b1cacf0c4da314581 (patch)
treea460ae96534e6f08d4aef8aa3add984cbac604bc
parentc39506c6f68e91f8967e3cb3db4e0255ec5ec81d (diff)
docs: Reword command duration option
-rw-r--r--docs/config/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index f0eb2963b..be29f2bc4 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -257,12 +257,12 @@ running `eval $(starship init $0)`, and then proceed as normal.
### Options
-| Variable | Default | Description |
-| ---------- | --------------- | ------------------------------------------- |
-| `min_time` | `2` | Shortest duration to show time for. |
-| `prefix` | `took ` | Prefix to display immediately cmd_duration. |
-| `style` | `"bold yellow"` | The style for the module. |
-| `disabled` | `false` | Disables the `cmd_duration` module. |
+| Variable | Default | Description |
+| ---------- | --------------- | ---------------------------------------------------------- |
+| `min_time` | `2` | Shortest duration to show time for. |
+| `prefix` | `took` | Prefix to display immediately before the command duration. |
+| `style` | `"bold yellow"` | The style for the module. |
+| `disabled` | `false` | Disables the `cmd_duration` module. |
### Example