mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-16 09:50:06 +00:00
Fixing last commit. I must be getting tired.
This commit is contained in:
parent
9421aad11e
commit
57158e5c3f
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -96,6 +96,14 @@ elements (it is by default), and define a `DEFAULT_USER` in your `~/.zshrc`:
|
||||||
|
|
||||||
export DEFAULT_USER=<your username>
|
export DEFAULT_USER=<your username>
|
||||||
|
|
||||||
|
#### 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
|
||||||
|
|
||||||
### Styling
|
### Styling
|
||||||
|
|
||||||
You can configure the look and feel of your prompt easily with some built-in
|
You can configure the look and feel of your prompt easily with some built-in
|
||||||
|
@ -125,14 +133,6 @@ 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