aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-06-04 05:59:16 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-06-04 05:59:16 +0300
commit2c370532f9befa5cfa51723e91dd59d173a73ca4 (patch)
tree176ce77cf90c45c26bf15cbfb23592da2d299cbc /README.md
parentabed8905f4a2855960530e57ad2f91f0c1f6332b (diff)
Icon-Explanation as table.
Diffstat (limited to 'README.md')
-rw-r--r--README.md60
1 files changed, 31 insertions, 29 deletions
diff --git a/README.md b/README.md
index 7a5fdaf5..be364277 100644
--- a/README.md
+++ b/README.md
@@ -13,25 +13,23 @@ information in configurable prompt segments.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
-- [powerlevel9k Theme for Oh-My-Zsh](#powerlevel9k-theme-for-oh-my-zsh)
- - [Features](#features)
- - [Installation](#installation)
- - [Install Powerline Fonts](#install-powerline-fonts)
- - [Install Powerlevel9k](#install-powerlevel9k)
- - [Segment Customization](#segment-customization)
- - [The AWS Profile Segment](#the-aws-profile-segment)
- - [The 'context' Segment](#the-context-segment)
- - [Test ratio](#test-ratio)
- - [The 'time' segment](#the-time-segment)
- - [The 'vcs' Segment](#the-vcs-segment)
- - [Symbols](#symbols)
- - [Styling](#styling)
- - [Fonts](#fonts)
- - [Double-Lined Prompt](#double-lined-prompt)
- - [Light Color Theme](#light-color-theme)
- - [Troubleshooting](#troubleshooting)
- - [Gaps Between Segments](#gaps-between-segments)
- - [Contributions / Bugs / Contact](#contributions--bugs--contact)
+- [Features](#features)
+- [Installation](#installation)
+ - [Install Powerlevel9k](#install-powerlevel9k)
+- [Segment Customization](#segment-customization)
+ - [The AWS Profile Segment](#the-aws-profile-segment)
+ - [The 'context' Segment](#the-context-segment)
+ - [Test ratio](#test-ratio)
+ - [The 'time' segment](#the-time-segment)
+ - [The 'vcs' Segment](#the-vcs-segment)
+ - [Symbols](#symbols)
+- [Styling](#styling)
+ - [Fonts](#fonts)
+ - [Double-Lined Prompt](#double-lined-prompt)
+ - [Light Color Theme](#light-color-theme)
+- [Troubleshooting](#troubleshooting)
+ - [Gaps Between Segments](#gaps-between-segments)
+- [Contributions / Bugs / Contact](#contributions--bugs--contact)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -159,16 +157,20 @@ Example:
##### Symbols
-The `vcs` segment uses various symbols to tell you the state of your repository:
-
-* `↑4` - The number of commits your repository is ahead of your remote branch
-* `↓5` - The number of commits your repository is behind of your remote branch
-* `⍟3` - The 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.
+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` | | Number of commits your repository is ahead of your remote branch
+| `↓5` | | Number of commits your repository is behind of your remote branch
+| `⍟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.
### Styling