summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Höltje <docwhat@gerf.org>2017-05-13 05:13:37 +0300
committerChristian Höltje <docwhat@gerf.org>2017-05-13 05:13:37 +0300
commit25a6c3a4a8f2c8882d89c5634400bb57a82f3a04 (patch)
tree0c00d2e23f4e42b41ce39d1051cee9028f81d29f /README.md
parent543bd2f844c561dea4e7900dd934a007b737331f (diff)
pipestatus: default to true (on)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6d3a1fc2..cec4c746 100644
--- a/README.md
+++ b/README.md
@@ -463,7 +463,7 @@ This segment shows the return code of the last command.
|----------|---------------|-------------|
|`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_SHOW_PIPESTATUS`|`false`|Set to true if you wish to show the exit status for all piped commands.|
+|`POWERLEVEL9K_STATUS_SHOW_PIPESTATUS`|`true`|Set to true if you wish to show the exit status for all piped commands.|
##### ram