Fix clearing the color
parent
d76518de78
commit
bdc9ddbdd6
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# prompt themeing
|
# prompt themeing
|
||||||
PROMPT="(\t) \$(prompt_char) [\[$bold_blue\]\u\[$white\]@\[$green\]\h\[$white\]] \[$bold_yellow\]\w\[$white\]\$(git_prompt_info)\$(rvm_version_prompt) \\$\[$reset_color\] "
|
PROMPT="(\t) \$(prompt_char) [\[$blue\]\u\[$normal_color\]@\[$green\]\h\[$reset_color\]] \[$yellow\]\w\[$reset_color\]\$(git_prompt_info)\$(rvm_version_prompt) \$\[$reset_color\] "
|
||||||
|
|
||||||
GIT_THEME_PROMPT_DIRTY=" ✗"
|
GIT_THEME_PROMPT_DIRTY=" ✗"
|
||||||
GIT_THEME_PROMPT_CLEAN=" ✓"
|
GIT_THEME_PROMPT_CLEAN=" ✓"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue