diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -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` set. -| `powerline-patched` | `awesome-patched` | explanation -|---------------------|-------------------|--------------------------------------------- -| `↑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 -| `⍟3` | 3 | Number of stashes, here 3. -| `●` |  | There are unstaged 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 -| `→` |  | The name of your branch differs from its tracking branch. -| `☿` |  | A mercurial bookmark is active. -|  |  | Branch Icon -| None | 2c3705 | The current commit hash. Here "2c3705" -| None |  | Repository is a git repository -| None |  | Repository is a Mercurial repository +| `compatible` | `powerline-patched` | `awesome-patched` | explanation +|--------------|---------------------|-------------------|-------------------------- +| `↑4` | `↑4` | 4 | Number of commits your repository is ahead of your remote branch +| `↓5` | `↓5` | 5 | Number of commits your repository is behind of your remote branch +| None | `⍟3` | 3 | Number of stashes, here 3. +| `●` | `●` |  | There are unstaged 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 +| `→` | `→` |  | The name of your branch differs from its tracking branch. +| None | `☿` |  | A mercurial bookmark is active. +| `@` |  |  | Branch Icon +| None | None | 2c3705 | The current commit hash. Here "2c3705" +| None | None |  | Repository is a git repository +| None | None |  | Repository is a Mercurial repository ### Styling |