Icon-Explanation as table.

pull/22/head
Dominik Ritter 10 years ago
parent abed8905f4
commit 2c370532f9

@ -13,25 +13,23 @@ information in configurable prompt segments.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* **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)
- [Features](#features) - [Installation](#installation)
- [Installation](#installation) - [Install Powerlevel9k](#install-powerlevel9k)
- [Install Powerline Fonts](#install-powerline-fonts) - [Segment Customization](#segment-customization)
- [Install Powerlevel9k](#install-powerlevel9k) - [The AWS Profile Segment](#the-aws-profile-segment)
- [Segment Customization](#segment-customization) - [The 'context' Segment](#the-context-segment)
- [The AWS Profile Segment](#the-aws-profile-segment) - [Test ratio](#test-ratio)
- [The 'context' Segment](#the-context-segment) - [The 'time' segment](#the-time-segment)
- [Test ratio](#test-ratio) - [The 'vcs' Segment](#the-vcs-segment)
- [The 'time' segment](#the-time-segment) - [Symbols](#symbols)
- [The 'vcs' Segment](#the-vcs-segment) - [Styling](#styling)
- [Symbols](#symbols) - [Fonts](#fonts)
- [Styling](#styling) - [Double-Lined Prompt](#double-lined-prompt)
- [Fonts](#fonts) - [Light Color Theme](#light-color-theme)
- [Double-Lined Prompt](#double-lined-prompt) - [Troubleshooting](#troubleshooting)
- [Light Color Theme](#light-color-theme) - [Gaps Between Segments](#gaps-between-segments)
- [Troubleshooting](#troubleshooting) - [Contributions / Bugs / Contact](#contributions--bugs--contact)
- [Gaps Between Segments](#gaps-between-segments)
- [Contributions / Bugs / Contact](#contributions--bugs--contact)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -159,16 +157,20 @@ Example:
##### Symbols ##### Symbols
The `vcs` segment uses various symbols to tell you the state of your repository: 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`
* `↑4` - The number of commits your repository is ahead of your remote branch set.
* `↓5` - The number of commits your repository is behind of your remote branch
* `⍟3` - The number of stashes, here 3. | `powerline-patched` | `awesome-patched` | explanation
* `●` - There are unstaged changes in your working copy |---------------------|-------------------|---------------------------------------------
* `✚` - There are staged changes in your working copy | `↑4` | | Number of commits your repository is ahead of your remote branch
* `?` - There are files in your working copy, that are unknown to your repository | `↓5` | | Number of commits your repository is behind of your remote branch
* `→` - The name of your branch differs from its tracking branch. | `⍟3` | | Number of stashes, here 3.
* `☿` - A mercurial bookmark is active. | `●` | | 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 ### Styling

Loading…
Cancel
Save