aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-05 10:27:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-04-05 10:27:51 +1300
commitcef31ebf069bf8240ee0346bf6a1f369a7a5ab3a (patch)
treed73069b537e4af47fc1e6925111bf68d8487e9a9 /README.markdown
parentDo PKA lookups for keys (diff)
downloaddotfiles-cef31ebf069bf8240ee0346bf6a1f369a7a5ab3a.tar.gz
dotfiles-cef31ebf069bf8240ee0346bf6a1f369a7a5ab3a.zip
Clarify explanation of prompts
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 96119e78..bfa9b961 100644
--- a/README.markdown
+++ b/README.markdown
@@ -152,9 +152,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, and punctuation to
- show whether there are local modifications at a glance
-* The number of running background jobs
+* Whether in a Git, Mercurial, or Subversion repository if applicable, and
+ punctuation to show whether there are local modifications at a glance
+* The number of running background jobs, if non-zero
* The exit status of the last command, if non-zero
This is all managed within the `prompt` function. There’s some mildly hacky