Xdefaults: Settings for Xft and Xcursor.
[profile] / bash_profile
index d36c42d..37ed0ea 100644 (file)
@@ -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