mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 01:18:44 +00:00
Update bash-git theme, bash prompt
This commit is contained in:
@@ -8,9 +8,9 @@ override_git_prompt_colors() {
|
||||
|
||||
GIT_PROMPT_CHANGED="${BoldRed}+"
|
||||
GIT_PROMPT_UNTRACKED="${BoldRed}…"
|
||||
GIT_PROMPT_STAGED="${BoldGreen}●"
|
||||
GIT_PROMPT_STASHED="${BoldCyan}⚑"
|
||||
GIT_PROMPT_CONFLICTS="${BoldRed}✖"
|
||||
GIT_PROMPT_STAGED="${BoldGreen}● "
|
||||
GIT_PROMPT_STASHED="${BoldCyan}⚑ "
|
||||
GIT_PROMPT_CONFLICTS="${BoldRed}✖ "
|
||||
GIT_PROMPT_CLEAN="${BoldCyan}✔"
|
||||
|
||||
GIT_PROMPT_SYMBOLS_AHEAD="${BoldWhite}↑"
|
||||
|
||||
Reference in New Issue
Block a user