From f44962c0d72f64d7f1041602653986cc4283be22 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Mon, 7 May 2018 19:13:45 +0300 Subject: [PATCH] Table alignment --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 13f1cd06..4748e15d 100644 --- a/readme.md +++ b/readme.md @@ -82,11 +82,11 @@ prompt pure ## Options | Option | Description | Default value | -| -------------------------------- | ---------------------------------------------------------------------------------------------- | -------------- | +| :------------------------------- | :--------------------------------------------------------------------------------------------- | :------------- | | **`PURE_CMD_MAX_EXEC_TIME`** | The max execution time of a process before its run time is shown when it exits. | `5` seconds | | **`PURE_GIT_PULL=0`** | Prevents Pure from checking whether the current Git remote has been updated. | | | **`PURE_GIT_UNTRACKED_DIRTY=0`** | Do not include untracked files in dirtiness check. Mostly useful on large repos (like WebKit). | | -| **`PURE_GIT_DELAY_DIRTY_CHECK`** | Time in seconds to delay git dirty checking when `git status` takes > 5 seconds. | `1800` seconds | +| **`PURE_GIT_DELAY_DIRTY_CHECK`** | Time in seconds to delay git dirty checking when `git status` takes > 5 seconds. | `1800` seconds | | **`PURE_PROMPT_SYMBOL`** | Defines the prompt symbol | `❯` | | **`PURE_GIT_DOWN_ARROW`** | Defines the git down arrow symbol. | `⇣` | | **`PURE_GIT_UP_ARROW`** | Defines the git up arrow symbol. | `⇡` |