Skip to content

Commit

Permalink
Needed more awesome. Plus a few readme tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jan 24, 2012
1 parent 081a2ec commit a5232c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -105,13 +105,13 @@ In addition to the aforementioned [dotfiles][dotfiles] script, there are a few o
## Prompt
I think [my bash prompt](https://github.com/cowboy/dotfiles/blob/master/source/50_prompt.sh) is awesome. It shows git and svn repo status, a timestamp, error exit codes, and even changes color depending on how you've logged in.

Git repos display as **[branch:flags]** where flags are
Git repos display as **[branch:flags]** where flags are:

**?** untracked files
**!** changed (but unstaged) files
**+** staged files

SVN repos display as **[rev1:rev2]** where rev1 and rev2 are
SVN repos display as **[rev1:rev2]** where rev1 and rev2 are:

**rev1** last changed revision
**rev2** revision
Expand Down
2 changes: 1 addition & 1 deletion source/50_prompt.sh
@@ -1,4 +1,4 @@
# My bash prompt
# My awesome bash prompt
#
# Copyright (c) 2012 "Cowboy" Ben Alman
# Licensed under the MIT license.
Expand Down

0 comments on commit a5232c4

Please sign in to comment.