summaryrefslogtreecommitdiff
path: root/prompt
diff options
context:
space:
mode:
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:
#####################################################################