Skip to content

Commit c45af9b

Browse files
committed
squash!
1 parent 492db06 commit c45af9b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

themes/Evermeet_return_prompt.bgptheme

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ override_git_prompt_colors() {
1010

1111
GIT_PROMPT_BRANCH="${Magenta}🪵" # the git branch that is active in the current directory
1212
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
2013

2114
GIT_PROMPT_STAGED="${Cyan}👆" # the number of staged files/directories
2215
GIT_PROMPT_CONFLICTS="${BoldRed}😨" # the number of files in conflict

0 commit comments

Comments
 (0)