mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
colors modified
This commit is contained in:
parent
365540bd79
commit
07b03d81fc
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ prompt_git() {
|
|||
if [[ -n $dirty ]]; then
|
||||
prompt_segment 160 0
|
||||
else
|
||||
prompt_segment 64 254
|
||||
prompt_segment 64 0
|
||||
fi
|
||||
|
||||
if [[ -e "${repo_path}/BISECT_LOG" ]]; then
|
||||
|
|
@ -110,7 +110,7 @@ prompt_hg() {
|
|||
if $(hg prompt >/dev/null 2>&1); then
|
||||
if [[ $(hg prompt "{status|unknown}") = "?" ]]; then
|
||||
# if files are not added
|
||||
prompt_segment 160 230
|
||||
prompt_segment 160 0
|
||||
st='±'
|
||||
elif [[ -n $(hg prompt "{status|modified}") ]]; then
|
||||
# if any modification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue