Added `compatible` icons
parent
1c6050ac75
commit
851877ed97
28
README.md
28
README.md
|
@ -161,20 +161,20 @@ The `vcs` segment uses various symbols to tell you the state of your repository.
|
||||||
These symbols depend on your installed [Font](#fonts) and your `POWERLEVEL9K_MODE`
|
These symbols depend on your installed [Font](#fonts) and your `POWERLEVEL9K_MODE`
|
||||||
set.
|
set.
|
||||||
|
|
||||||
| `powerline-patched` | `awesome-patched` | explanation
|
| `compatible` | `powerline-patched` | `awesome-patched` | explanation
|
||||||
|---------------------|-------------------|---------------------------------------------
|
|--------------|---------------------|-------------------|--------------------------
|
||||||
| `↑4` | 4 | Number of commits your repository is ahead of your remote branch
|
| `↑4` | `↑4` | 4 | Number of commits your repository is ahead of your remote branch
|
||||||
| `↓5` | 5 | Number of commits your repository is behind of your remote branch
|
| `↓5` | `↓5` | 5 | Number of commits your repository is behind of your remote branch
|
||||||
| `⍟3` | 3 | Number of stashes, here 3.
|
| None | `⍟3` | 3 | Number of stashes, here 3.
|
||||||
| `●` |  | There are unstaged changes in your working copy
|
| `●` | `●` |  | There are unstaged changes in your working copy
|
||||||
| `✚` |  | There are staged changes in your working copy
|
| `✚` | `✚` |  | There are staged changes in your working copy
|
||||||
| `?` |  | There are files in your working copy, that are unknown to your repository
|
| `?` | `?` |  | There are files in your working copy, that are unknown to your repository
|
||||||
| `→` |  | The name of your branch differs from its tracking branch.
|
| `→` | `→` |  | The name of your branch differs from its tracking branch.
|
||||||
| `☿` |  | A mercurial bookmark is active.
|
| None | `☿` |  | A mercurial bookmark is active.
|
||||||
|  |  | Branch Icon
|
| `@` |  |  | Branch Icon
|
||||||
| None | 2c3705 | The current commit hash. Here "2c3705"
|
| None | None | 2c3705 | The current commit hash. Here "2c3705"
|
||||||
| None |  | Repository is a git repository
|
| None | None |  | Repository is a git repository
|
||||||
| None |  | Repository is a Mercurial repository
|
| None | None |  | Repository is a Mercurial repository
|
||||||
|
|
||||||
### Styling
|
### Styling
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue