X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.profile.d%2Futf8.sh;fp=.profile.d%2Futf8.sh;h=7953d95c27fd68c84977f5a6faa632d3559b2b61;hb=a04a3cd55d42bd8384b81c5118cd23e3afd28753;hp=7345c68ee998422f56f00f6cb630ba1f37a24185;hpb=51dfa16b43d0f73ad56270d36a34b672a7de023a;p=home.git diff --git a/.profile.d/utf8.sh b/.profile.d/utf8.sh index 7345c68..7953d95 100644 --- a/.profile.d/utf8.sh +++ b/.profile.d/utf8.sh @@ -1,4 +1,4 @@ -if [ "${TERM}" != "dumb" ]; then +if [ "${TERM:-dumb}" != "dumb" ]; then # First use the temp transition. Not all terminals support the next mode. printf '\e%%G' # Then use the perm transition and hope it works.