Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkling committed Apr 21, 2014
1 parent 7947609 commit e7a2983
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -3,9 +3,11 @@ git-prompt

prompt format:
```bash
09:36 tkling <span style="color:red;">[awesome-branch]</span> git-prompt =>
09:36 tkling [awesome-branch] git-prompt =>
```

The branch info (part in square brackets) is colored - red for 'dirty', green for 'clean'.

Copy pasta this script, or be sensible and `source` it, into your user bash profile (usually `~/.profile` or `~/.bash_profile`),
reload your terminal, and look at your git info!

Expand Down

0 comments on commit e7a2983

Please sign in to comment.