Few additions to the README

This commit is contained in:
Ben Hilburn 2015-04-02 10:49:47 -07:00
parent b25c0adc4d
commit cfd8484ce5
2 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,7 @@ currently available are:
* **status** - The return code of the previous command, and status of background jobs. * **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. * **symfony2_tests** - Show a ratio of test classes vs code classes for Symfony2.
* **time** - System time. * **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). * **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 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 unstaged changes in your working copy
* `✚` - There are staged 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 * `?` - 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 ### Styling

View File

@ -395,6 +395,7 @@ build_right_prompt() {
done done
} }
################################################################
# Create the prompts # Create the prompts
precmd() { precmd() {
vcs_info vcs_info