Skip to content

Commit

Permalink
jump straight to ascii if TERM is "dump" or "linux"
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed May 31, 2020
1 parent 285bf7b commit 801bfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wizard.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 801bfbb

Please sign in to comment.