diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-14 15:45:47 +0300 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2008-06-14 17:01:08 +0300 |
commit | 79ffe8f9b15aefdd611ddf4cbd1689819ca4a335 (patch) | |
tree | 3c031f91e70ad7c8d3bff41ce23cda643520498b /prompt | |
parent | Bold attribute stays until reseted. Put in reset command before all colors. (diff) | |
download | git-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-x | prompt | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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: ##################################################################### |