Added options to make it like before

This commit is contained in:
Jérémy Romey
2013-03-13 22:57:59 +01:00
parent f9fc085bd2
commit ff7dd58110
2 changed files with 30 additions and 9 deletions

View File

@@ -52,6 +52,16 @@ If you want to display date or non-zero-exit-code of last command next to time:
POWERLINE_RIGHT_A="mixed"
```
If you want to display a custom text next to time:
```
POWERLINE_RIGHT_A="Your very best text"
```
If you want to change the date format to what you want:
```
POWERLINE_DATE_FORMAT="%D{%d-%m}"
```
If you don't want to display your username (the green or red (root) colors are still there):
```
@@ -64,6 +74,11 @@ If you don't want to display your hostname (the green or red (root) colors are s
POWERLINE_HIDE_HOST_NAME="true"
```
If you don't want to hide git prompt status (new files, modified files, unmerged files, etc):
```
POWERLINE_HIDE_GIT_PROMPT_STATUS="true"
```
If you don't want the blank line before the prompt:
```
@@ -126,3 +141,4 @@ Contribute
* [itszero](https://github.com/itszero)
* [adrienbrault](https://github.com/adrienbrault)
* [mkraemer](https://github.com/mkraemer)
* [wujtruj](https://github.com/wujtruj)