aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrienHorgnies <adrien.pierre.horgnies@gmail.com>2017-07-15 21:33:07 +0300
committerAdrienHorgnies <adrien.pierre.horgnies@gmail.com>2017-07-15 22:29:10 +0300
commitfaa5ec96453ccd6b91ab91d56c68dc5a3ddf554a (patch)
tree84b213e675b312cab4349db314dff6c5739cbca6
parenta4f1ce990b219b4ce66018aa59a72b3c24b69dd9 (diff)
document status segment new option set
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f885f877..dce219ac 100644
--- a/README.md
+++ b/README.md
@@ -505,8 +505,8 @@ This segment shows the return code of the last command.
| Variable | Default Value | Description |
|----------|---------------|-------------|
-|`POWERLEVEL9K_STATUS_VERBOSE`|`true`|Set to false if you wish to not show the error code when the last command returned an error and optionally hide this segment when the last command completed successfully by setting `POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE` to false.|
-|`POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE`|`false`|Set to true if you wish to show this segment when the last command completed successfully in non-verbose mode.|
+|`POWERLEVEL9K_STATUS_CROSS`|`false`|Set to true if you wish not to show the error code when the last command returned an error and optionally hide this segment when the last command completed successfully by setting `POWERLEVEL9K_STATUS_OK` to false.|
+|`POWERLEVEL9K_STATUS_OK`|`true`|Set to true if you wish to show this segment when the last command completed successfully, false to hide it.|
|`POWERLEVEL9K_STATUS_SHOW_PIPESTATUS`|`true`|Set to true if you wish to show the exit status for all piped commands.|
##### ram