X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/e13758536dc7299a6fe9490b15427feb8f2e9c77..f4e43257fd5b724d48f6451ab6b88a00b379b606:/bash_profile diff --git a/bash_profile b/bash_profile index d36c42d..37ed0ea 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 @@ -155,7 +155,7 @@ export P4PORT=`mdw-conf p4-port` P4USER=`mdw-conf p4-user` export BECOME="--preserve-environment" -export PAGER=`type -p less` METAMAIL_PAGER=`type -p less` +export MDW_PAGER=`type -p less` PAGER=mdw-pager METAMAIL_PAGER=mdw-pager export LESS="-iqgRh1FX" export LESSOPEN="|lesspipe.sh %s" case "${LC_CTYPE-$LANG}" in