wizard: prefer POWERLEVEL9K_MODE=nerdfont-v3 over nerdfont-complete"

The preference for nerdfont-complete was necessitated by a bug
in Windows Terminal that has since been fixed.

This reverts commit b474978b2e.

  wizard: prefer POWERLEVEL9K_MODE=nerdfont-complete over nerdfont-v3

See the reverted commit for details on the Windows Terminal bug.
This commit is contained in:
Roman Perepelitsa 2024-06-28 08:06:46 +02:00
parent bde5ca4c2a
commit df8ed16343

View file

@ -2142,16 +2142,16 @@ while true; do
elif (( ! cap_diamond )); then
POWERLEVEL9K_MODE=awesome-fontconfig
else
ask_arrow '\uFC35' || continue
ask_arrow '\UF0737' || continue
if (( cap_arrow )); then
POWERLEVEL9K_MODE=nerdfont-complete
ask_width || continue
fi
if (( cap_arrow )); then
POWERLEVEL9K_MODE=nerdfont-v3
else
ask_arrow '\UF0737' "Let's try another one." || continue
ask_arrow '\uFC35' "Let's try another one." || continue
if (( cap_arrow )); then
ask_width || continue
fi
if (( cap_arrow )); then
POWERLEVEL9K_MODE=nerdfont-v3
POWERLEVEL9K_MODE=nerdfont-complete
else
POWERLEVEL9K_MODE=awesome-fontconfig
ask_python || continue