1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-16 09:50:06 +00:00

minor cleanup

This commit is contained in:
romkatv 2019-06-09 09:19:31 +02:00
parent befe57dede
commit 414ca22cad

View file

@ -1685,9 +1685,7 @@ function _p9k_vcs_style() {
_P9K_RETVAL=""
return
fi
if [[ $color == <-> ]]; then
color=${(l:3::0:)color}
else
if [[ $color != <-> ]]; then
color=$__P9K_COLORS[${${${color#bg-}#fg-}#br}]
if [[ -z $color ]]; then
_P9K_RETVAL=""