From 79ffe8f9b15aefdd611ddf4cbd1689819ca4a335 Mon Sep 17 00:00:00 2001 From: Leonid Volnitsky Date: Sat, 14 Jun 2008 15:45:47 +0300 Subject: branch changes color according to git status --- prompt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'prompt') 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: ##################################################################### -- cgit v1.2.3