Add formatting to the list of keywords.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 19 Jun 2009 22:37:01 -0400 |
parents |
a3d36b8a6355
|
children |
a23d25518ea5
|
branches/tags |
(none) |
files |
README |
Changes
--- a/README Fri Jun 19 22:35:04 2009 -0400
+++ b/README Fri Jun 19 22:37:01 2009 -0400
@@ -58,9 +58,9 @@
There are only a few keywords at the moment (mostly the ones I want for myself). If you have any suggestions for more please let me know.
-* bookmark: the current bookmark
-* branch: the current branch
-* status: `!` if the repository has any changed/added/removed files, otherwise `?` if it has any untracked (but not ignored) files, otherwise nothing
+* **bookmark:** the current bookmark
+* **branch:** the current branch
+* **status:** `!` if the repository has any changed/added/removed files, otherwise `?` if it has any untracked (but not ignored) files, otherwise nothing
Putting it in a Bash Prompt
---------------------------