1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 10:29:25 +00:00

prompt: add documentation for return value display

This commit is contained in:
Kaleb Elwert
2017-09-06 11:18:09 -07:00
parent 2cfd366ba6
commit 34482cb325
2 changed files with 13 additions and 0 deletions

View File

@ -26,6 +26,15 @@ in *zpreztorc*.
zstyle ':prezto:module:prompt' pwd-length 'short'
```
### Display Return Value
Some prompts display the return value in the prompt. If a prompt has support,
this can be disabled with the following snippet.
```sh
zstyle ':prezto:module:prompt' show-return-val 'no'
```
Theming
-------