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

pull/786/head v1.11.0
Roman Perepelitsa 4 years ago
parent 285bf7ba60
commit 801bfbb294

@ -1940,7 +1940,7 @@ while true; do
unset pure_use_rprompt 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_font || continue
ask_diamond || continue ask_diamond || continue
if [[ $AWESOME_GLYPHS_LOADED == 1 ]]; then if [[ $AWESOME_GLYPHS_LOADED == 1 ]]; then

Loading…
Cancel
Save