summaryrefslogtreecommitdiff
path: root/prompt
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 17:01:08 +0300
commit79ffe8f9b15aefdd611ddf4cbd1689819ca4a335 (patch)
tree3c031f91e70ad7c8d3bff41ce23cda643520498b /prompt
parentBold attribute stays until reseted. Put in reset command before all colors. (diff)
downloadgit-prompt-79ffe8f9b15aefdd611ddf4cbd1689819ca4a335.tar.gz
git-prompt-79ffe8f9b15aefdd611ddf4cbd1689819ca4a335.tar.bz2
git-prompt-79ffe8f9b15aefdd611ddf4cbd1689819ca4a335.zip
branch changes color according to git status
Diffstat (limited to 'prompt')
-rwxr-xr-xprompt10
1 files changed, 5 insertions, 5 deletions
diff --git a/prompt b/prompt
index 8fb1ef9..4815188 100755
--- a/prompt
+++ b/prompt
@@ -23,11 +23,11 @@
LVV_host_color='blue'
AHP_host_color='white'
- # git color
- 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 color
+ git_clean=blue # nothing to commit (working directory clean)
+ git_modified=red # # Changed but not updated:
+ git_added=green # # Changes to be committed:
+ git_untracked=BLUE # # Untracked files:
#####################################################################