jump straight to ascii if TERM is "dump" or "linux"

This commit is contained in:
Roman Perepelitsa 2020-05-31 11:49:03 +02:00
parent 285bf7ba60
commit 801bfbb294

View file

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