From a2a96aceef643594dfb681e4d0ebd0a90d298e9c 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prompt') 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: ##################################################################### -- cgit v1.2.3