File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ override_git_prompt_colors() {
10
10
11
11
GIT_PROMPT_BRANCH="${Magenta}🪵" # the git branch that is active in the current directory
12
12
GIT_PROMPT_MASTER_BRANCH="${GIT_PROMPT_BRANCH}" # used if the git branch that is active in the current directory is $GIT_PROMPT_MASTER_BRANCHES
13
- GIT_PROMPT_STAGED="${Cyan}●" # the number of staged files/directories
14
- GIT_PROMPT_CONFLICTS="${BoldRed}✖" # the number of files in conflict
15
- GIT_PROMPT_CHANGED="${Cyan}✚" # the number of changed files
16
-
17
- GIT_PROMPT_UNTRACKED="${Cyan}…" # the number of untracked files/dirs
18
- GIT_PROMPT_STASHED="${Magenta}⚑" # the number of stashed files/dir
19
- GIT_PROMPT_CLEAN="${BoldGreen}✔" # a colored flag indicating a "clean" repo
20
13
21
14
GIT_PROMPT_STAGED="${Cyan}👆" # the number of staged files/directories
22
15
GIT_PROMPT_CONFLICTS="${BoldRed}😨" # the number of files in conflict
You can’t perform that action at this time.
0 commit comments