Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
3cc3084f
Commit
3cc3084f
authored
Mar 18, 2015
by
Andrew Janke
Committed by
ncanceill
Jun 10, 2015
Browse files
Fix typo in $VCS_CLEAN_COLOR in adben theme
parent
a98501d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/adben.zsh-theme
View file @
3cc3084f
...
@@ -42,7 +42,7 @@ GREEN_BASE_START="${PR_RESET}${PR_GREY}>${PR_RESET}${PR_GREEN}>${PR_BRIGHT_GREEN
...
@@ -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
}
"
V
cs
_CLEAN_COLOR
=
"
${
PR_RESET
}${
PR_GREEN
}
"
V
CS
_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 ###########
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment