aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-04-02 13:15:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-04-02 13:15:14 +1300
commit1a3f8428dfaa1e6c8eb2f6c2c892e54a450449c9 (patch)
tree53e5edcea8f860d8ce3518c20af3895ea17fc95b
parentRemove mail syntax after file for Vim (diff)
downloaddotfiles-1a3f8428dfaa1e6c8eb2f6c2c892e54a450449c9.tar.gz
dotfiles-1a3f8428dfaa1e6c8eb2f6c2c892e54a450449c9.zip
Clarify VCS prompt display
-rw-r--r--README.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index b1c61ee3..13395fd7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -135,8 +135,9 @@ My prompt looks something like this:
It expands based on context to include these elements in this order:
-* Whether in a Git, Mercurial, or Subversion repository if applicable, and
- punctuation to show whether there are local modifications at a glance
+* Whether in a Git repository if applicable, and punctuation to show whether
+ there are local modifications at a glance; Subversion and Mercurial support
+ can also be enabled
* The number of running background jobs, if non-zero
* The exit status of the last command, if non-zero