summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2017-08-03 22:59:08 +0300
committerGitHub <noreply@github.com>2017-08-03 22:59:08 +0300
commit93a1c4d2e86ea2c031165199d6d4dba1adf46468 (patch)
tree393548290c03a01299f352a821394e3e6fb24a71 /README.md
parent176559a050e884964122202cc329d0b174366500 (diff)
parent41b469ed9b803a617b103bd65c842138f359ad82 (diff)
Merge pull request #581 from docwhat/pr/show-signals
status: show signal name
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index dce219ac..f06d8e07 100644
--- a/README.md
+++ b/README.md
@@ -508,6 +508,7 @@ This segment shows the return code of the last command.
|`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.|
+|`POWERLEVEL9K_STATUS_HIDE_SIGNAME`|`false`|Set to true return the raw exit code (`1-255`). When set to false, values over 128 are shown as `SIGNAME(-n)` (e.g. `KILL(-9)`)|
##### ram