X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/e13758536dc7299a6fe9490b15427feb8f2e9c77..c537b3bfacb5ca65cc6c3c2b7919c1b3190bb3a0:/bash_profile diff --git a/bash_profile b/bash_profile index d36c42d..08e4e13 100644 --- a/bash_profile +++ b/bash_profile @@ -116,8 +116,8 @@ if [ "$DISPLAY" != "" ]; then LANG=`mdw-conf x-ctype` else : ${LANG=${LC_CTYPE-${LC_ALL-`mdw-conf console-ctype`}}} - case "$TERM" in - linux) + case "$TERM,`tty`" in + linux,/dev/tty*) if vt-is-UTF8 >/dev/null 2>&1; then ctype=.utf8 else