mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-25 04:34:48 +01:00
Updated theme with a brand new design
This commit is contained in:
21
README.md
21
README.md
@@ -34,8 +34,13 @@ By default, at the right of the powerline are displayed the date and the time.
|
||||
If you don't want date or time, you can choose what you want to display:
|
||||
|
||||
```
|
||||
POWERLINE_RIGHT_A="date replacement"
|
||||
POWERLINE_RIGHT_B="time replacement"
|
||||
POWERLINE_RIGHT="date replacement"
|
||||
```
|
||||
|
||||
If you don't want to display your username (the green or red (root) colors are still there):
|
||||
|
||||
```
|
||||
POWERLINE_HIDE_USER_NAME="true"
|
||||
```
|
||||
|
||||
If you don't want the blank line before the prompt:
|
||||
@@ -62,6 +67,18 @@ If you want to tell if you are in a remote SSH session:
|
||||
POWERLINE_DETECT_SSH="true"
|
||||
```
|
||||
|
||||
Also you can change the icons of GIT info, default values are:
|
||||
```
|
||||
POWERLINE_GIT_CLEAN="✔"
|
||||
POWERLINE_GIT_DIRTY="✘"
|
||||
POWERLINE_GIT_ADDED="%F{green}✚%F{black}"
|
||||
POWERLINE_GIT_MODIFIED="%F{blue}✹%F{black}"
|
||||
POWERLINE_GIT_DELETED="%F{red}✖%F{black}"
|
||||
POWERLINE_GIT_UNTRACKED="%F{yellow}✭%F{black}"
|
||||
POWERLINE_GIT_RENAMED="➜"
|
||||
POWERLINE_GIT_UNMERGED="═"
|
||||
```
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user