diff options
-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: ##################################################################### |