Skip to content

Commit 801bfbb

Browse files
committed
jump straight to ascii if TERM is "dump" or "linux"
1 parent 285bf7b commit 801bfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/wizard.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ while true; do
19401940

19411941
unset pure_use_rprompt
19421942

1943-
if [[ $langinfo[CODESET] == (utf|UTF)(-|)8 ]]; then
1943+
if [[ $TERM != (dumb|linux) && $langinfo[CODESET] == (utf|UTF)(-|)8 ]]; then
19441944
ask_font || continue
19451945
ask_diamond || continue
19461946
if [[ $AWESOME_GLYPHS_LOADED == 1 ]]; then

0 commit comments

Comments
 (0)