summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-04-03 16:21:17 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-04-03 16:21:17 +0300
commit4d99982e7c6e401dbb4837a3dabf7c39e2e8da08 (patch)
tree80f995385716b6decb6c4b0651279d62e8166b3e /README.md
parent30aee63f2217261b423c1cf02a86e25c88a9033f (diff)
parentb1d6d3e67d6f6c936c1150ab5f438813bed0a23a (diff)
Merge branch 'master' into dritter/date_configurable
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 91a272da..0dd20689 100644
--- a/README.md
+++ b/README.md
@@ -76,8 +76,11 @@ currently available are:
* **dir** - Your current working directory.
* **history** - The command number for the current line.
* **rbenv** - Ruby environment information (if one is active).
+* **rspec_stats** - Show a ratio of test classes vs code classes for RSpec.
* **status** - The return code of the previous command, and status of background jobs.
+* **symfony2_tests** - Show a ratio of test classes vs code classes for Symfony2.
* **time** - System time.
+* **virtualenv** - Your Python [VirtualEnv](https://virtualenv.pypa.io/en/latest/).
* **vcs** - Information about this `git` or `hg` repository (if you are in one).
To specify which segments you want, just add the following variables to your
@@ -130,6 +133,7 @@ The `vcs` segment uses various symbols to tell you the state of your repository:
* `●` - 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.
### Styling