mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Added documentation.
This commit is contained in:
parent
49b8024947
commit
fddf341d5c
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ information in configurable prompt segments.
|
|||
* being behind / ahead of your remote by some number of commits
|
||||
* number of stashes (git only)
|
||||
* conditionally shows remote tracking branch if the name differs from local
|
||||
* current active bookmark (mercurial only)
|
||||
* various working tree statuses (e.g., unstaged, staged, etc.,)
|
||||
* Shows return-code of the last command if it is an error code
|
||||
* Indicates background jobs with a gear icon
|
||||
|
@ -142,6 +143,7 @@ The `vcs` segment uses various symbols to tell you the state of your repository:
|
|||
* `✚` - There are staged changes in your working copy
|
||||
* `?` - There are files in your working copy, that are unknown to your repository
|
||||
* `→` - The name of your branch differs from its tracking branch.
|
||||
* `☿` - A mercurial bookmark is active.
|
||||
|
||||
### Styling
|
||||
|
||||
|
|
Loading…
Reference in a new issue