aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2015-04-02 20:49:47 +0300
committerBen Hilburn <ben.hilburn@ettus.com>2015-04-02 20:49:47 +0300
commitcfd8484ce50680fb0db350ceb127f4fc7ea70895 (patch)
tree1df26ce6cd8893d468fbd694ff107367ad0335e3
parentb25c0adc4d247e4ea3fbc75b1ae8d714339764da (diff)
Few additions to the README
-rw-r--r--README.md2
-rw-r--r--powerlevel9k.zsh-theme1
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb72bcde..54893457 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ currently available are:
* **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
@@ -132,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 it's tracking branch.
### Styling
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index 8a3d97b9..1ac02d6d 100644
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -395,6 +395,7 @@ build_right_prompt() {
done
}
+################################################################
# Create the prompts
precmd() {
vcs_info