mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Fix typo in $VCS_CLEAN_COLOR in adben theme
This commit is contained in:
parent
a98501d2ce
commit
3cc3084f5f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ GREEN_BASE_START="${PR_RESET}${PR_GREY}>${PR_RESET}${PR_GREEN}>${PR_BRIGHT_GREEN
|
||||||
GREEN_START_P1="${PR_RESET}${GREEN_BASE_START}${PR_RESET} "
|
GREEN_START_P1="${PR_RESET}${GREEN_BASE_START}${PR_RESET} "
|
||||||
DIVISION="${PR_RESET}${PR_RED} < ${PR_RESET}"
|
DIVISION="${PR_RESET}${PR_RED} < ${PR_RESET}"
|
||||||
VCS_DIRTY_COLOR="${PR_RESET}${PR_YELLOW}"
|
VCS_DIRTY_COLOR="${PR_RESET}${PR_YELLOW}"
|
||||||
Vcs_CLEAN_COLOR="${PR_RESET}${PR_GREEN}"
|
VCS_CLEAN_COLOR="${PR_RESET}${PR_GREEN}"
|
||||||
VCS_SUFIX_COLOR="${PR_RESET}${PR_RED}› ${PR_RESET}"
|
VCS_SUFIX_COLOR="${PR_RESET}${PR_RED}› ${PR_RESET}"
|
||||||
# ########## COLOR ###########
|
# ########## COLOR ###########
|
||||||
# ########## SVN ###########
|
# ########## SVN ###########
|
||||||
|
|
Loading…
Reference in a new issue