mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
jump straight to ascii if TERM is "dump" or "linux"
This commit is contained in:
parent
285bf7ba60
commit
801bfbb294
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue