mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 20:00:07 +00:00
README: Breaking out the vcs
segment docs.
This commit is contained in:
parent
60ee8b7936
commit
9421aad11e
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -76,11 +76,6 @@ To specify which segments you want, just add the following variables to your
|
||||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs)
|
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs)
|
||||||
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time)
|
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time)
|
||||||
|
|
||||||
If you want to show the current changeset in a `git` or `hg` repository, enable
|
|
||||||
`POWERLEVEL9K_SHOW_CHANGESET` in your `~/.zshrc`:
|
|
||||||
|
|
||||||
POWERLEVEL9K_SHOW_CHANGESET=true
|
|
||||||
|
|
||||||
#### The AWS Profile Segment
|
#### The AWS Profile Segment
|
||||||
|
|
||||||
If you would like to display the [current AWS
|
If you would like to display the [current AWS
|
||||||
|
@ -130,6 +125,14 @@ Light'](https://github.com/altercation/solarized) users. Check it out:
|
||||||
|
|
||||||
![](http://bhilburn.org/content/images/2015/03/solarized-light.png)
|
![](http://bhilburn.org/content/images/2015/03/solarized-light.png)
|
||||||
|
|
||||||
|
#### The VCS Information Segment
|
||||||
|
|
||||||
|
By default, the `vcs` segment will provide quite a bit of information. If you
|
||||||
|
would also like for it to display the current hash / changeset, simply define
|
||||||
|
`POWERLEVEL9K_SHOW_CHANGESET` in your `~/.zshrc`:
|
||||||
|
|
||||||
|
POWERLEVEL9K_SHOW_CHANGESET=true
|
||||||
|
|
||||||
### Bugs / Contact
|
### Bugs / Contact
|
||||||
|
|
||||||
If you have any requests or bug reports, please use the tracker in this Github
|
If you have any requests or bug reports, please use the tracker in this Github
|
||||||
|
|
Loading…
Reference in a new issue