mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
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:
parent
bde5ca4c2a
commit
df8ed16343
1 changed files with 7 additions and 7 deletions
|
@ -2142,16 +2142,16 @@ while true; do
|
||||||
elif (( ! cap_diamond )); then
|
elif (( ! cap_diamond )); then
|
||||||
POWERLEVEL9K_MODE=awesome-fontconfig
|
POWERLEVEL9K_MODE=awesome-fontconfig
|
||||||
else
|
else
|
||||||
ask_arrow '\uFC35' || continue
|
ask_arrow '\UF0737' || continue
|
||||||
if (( cap_arrow )); then
|
if (( cap_arrow )); then
|
||||||
POWERLEVEL9K_MODE=nerdfont-complete
|
ask_width || continue
|
||||||
|
fi
|
||||||
|
if (( cap_arrow )); then
|
||||||
|
POWERLEVEL9K_MODE=nerdfont-v3
|
||||||
else
|
else
|
||||||
ask_arrow '\UF0737' "Let's try another one." || continue
|
ask_arrow '\uFC35' "Let's try another one." || continue
|
||||||
if (( cap_arrow )); then
|
if (( cap_arrow )); then
|
||||||
ask_width || continue
|
POWERLEVEL9K_MODE=nerdfont-complete
|
||||||
fi
|
|
||||||
if (( cap_arrow )); then
|
|
||||||
POWERLEVEL9K_MODE=nerdfont-v3
|
|
||||||
else
|
else
|
||||||
POWERLEVEL9K_MODE=awesome-fontconfig
|
POWERLEVEL9K_MODE=awesome-fontconfig
|
||||||
ask_python || continue
|
ask_python || continue
|
||||||
|
|
Loading…
Reference in a new issue