remove MULTIBYTE requirement from the configuration wizard (#2397)

This commit is contained in:
Roman Perepelitsa 2023-07-29 17:01:40 +02:00
commit f851f41fc1
3 changed files with 10 additions and 6 deletions

View file

@ -2107,7 +2107,7 @@ while true; do
unset pure_use_rprompt
if [[ $TERM != (dumb|linux) && $langinfo[CODESET] == (utf|UTF)(-|)8 ]]; then
if [[ -o multibyte && $TERM != (dumb|linux) && $langinfo[CODESET] == (utf|UTF)(-|)8 ]]; then
ask_font || continue
ask_diamond || continue
if [[ $AWESOME_GLYPHS_LOADED == 1 ]]; then