mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Removed pointless changing of foreground color.
This commit is contained in:
parent
9a814720db
commit
adbf9947b2
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ prompt_vcs() {
|
||||||
$1_prompt_segment "$0" "green" "$DEFAULT_COLOR"
|
$1_prompt_segment "$0" "green" "$DEFAULT_COLOR"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -n "%F{$VCS_FOREGROUND_COLOR}%f$vcs_prompt "
|
echo -n "$vcs_prompt "
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue