summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-14 15:45:47 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-14 16:17:24 +0300
commita2a96aceef643594dfb681e4d0ebd0a90d298e9c (patch)
treebba206cfbd79c9f4e2510d943b88376963d86491
parentBold attribute stays until reseted. Put in reset command before all colors. (diff)
downloadgit-prompt-a2a96aceef643594dfb681e4d0ebd0a90d298e9c.tar.gz
git-prompt-a2a96aceef643594dfb681e4d0ebd0a90d298e9c.tar.bz2
git-prompt-a2a96aceef643594dfb681e4d0ebd0a90d298e9c.zip
branch changes color according to git status
-rwxr-xr-xprompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt b/prompt
index 8fb1ef9..c3a37c5 100755
--- a/prompt
+++ b/prompt
@@ -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:
#####################################################################