document POWERLINE_DISABLE_RPROMPT

This commit is contained in:
Flavius Aspra
2013-03-15 17:54:06 +01:00
parent dcad73cc70
commit e294a9fa96

View File

@@ -79,6 +79,11 @@ If you don't want to hide git prompt status (new files, modified files, unmerged
POWERLINE_HIDE_GIT_PROMPT_STATUS="true" POWERLINE_HIDE_GIT_PROMPT_STATUS="true"
``` ```
If you want to hide the right hand side prompt completely:
```
POWERLINE_DISABLE_RPROMPT="true"
```
If you don't want the blank line before the prompt: If you don't want the blank line before the prompt:
``` ```
@@ -142,3 +147,4 @@ Contribute
* [adrienbrault](https://github.com/adrienbrault) * [adrienbrault](https://github.com/adrienbrault)
* [mkraemer](https://github.com/mkraemer) * [mkraemer](https://github.com/mkraemer)
* [wujtruj](https://github.com/wujtruj) * [wujtruj](https://github.com/wujtruj)
* [Flavius Aspra](http://flavius.github.com/)