diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-14 15:45:47 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-14 16:17:24 +0300 |
commit | a2a96aceef643594dfb681e4d0ebd0a90d298e9c (patch) | |
tree | bba206cfbd79c9f4e2510d943b88376963d86491 | |
parent | Bold attribute stays until reseted. Put in reset command before all colors. (diff) | |
download | git-prompt-a2a96aceef643594dfb681e4d0ebd0a90d298e9c.tar.gz git-prompt-a2a96aceef643594dfb681e4d0ebd0a90d298e9c.tar.bz2 git-prompt-a2a96aceef643594dfb681e4d0ebd0a90d298e9c.zip |
branch changes color according to git status
-rwxr-xr-x | prompt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ git_clean=blue # clean(blue) nothing to commit (working directory clean) git_modified=red # modified(red) # Changed but not updated: git_added=green # added(green) # Changes to be committed: - git_untracked=yellow # untracked(yellow) # Untracked files: + git_untracked=BLUE # untracked(yellow) # Untracked files: ##################################################################### |