|
|
|
@ -11,6 +11,7 @@ override_git_prompt_colors() { |
|
|
|
GIT_PROMPT_SEPARATOR="|" # separates each item |
|
|
|
GIT_PROMPT_SEPARATOR="|" # separates each item |
|
|
|
|
|
|
|
|
|
|
|
GIT_PROMPT_BRANCH="${Magenta}" # the git branch that is active in the current directory |
|
|
|
GIT_PROMPT_BRANCH="${Magenta}" # the git branch that is active in the current directory |
|
|
|
|
|
|
|
GIT_PROMPT_MASTER_BRANCH="${Magenta}" # the git branch that is active in the current directory |
|
|
|
GIT_PROMPT_STAGED="${Cyan}● " # the number of staged files/directories |
|
|
|
GIT_PROMPT_STAGED="${Cyan}● " # the number of staged files/directories |
|
|
|
GIT_PROMPT_CONFLICTS="${BoldRed}✖ " # the number of files in conflict |
|
|
|
GIT_PROMPT_CONFLICTS="${BoldRed}✖ " # the number of files in conflict |
|
|
|
GIT_PROMPT_CHANGED="${Cyan}✚ " # the number of changed files |
|
|
|
GIT_PROMPT_CHANGED="${Cyan}✚ " # the number of changed files |
|
|
|
|