]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
Order the list of terminals alphabetically
[dotfiles.git] / .profile
index 9a88f80445d5de506b6c8ba253dc70d04a7532b1..97a6624a1016279052b3df431edec910c8f38237 100644 (file)
--- a/.profile
+++ b/.profile
@@ -67,7 +67,7 @@ if [ -t 0 ] ; then
          export BACKGROUND
       ;;
 
-      *term*|*rxvt*|vt100|screen*)
+      *rxvt*|screen*|*term*|vt100)
          BACKGROUND=LIGHT
          export BACKGROUND
       ;;
@@ -111,7 +111,7 @@ if [ -t 0 ] ; then
 
    BROWSER="links2:links:elinks:w3m:lynx"
    case "$TERM" in
-      *term*|*rxvt*|vt100|screen*)
+      *rxvt*|screen*|*term*|vt100)
          BROWSER="l:$BROWSER"
       ;;
    esac
@@ -144,7 +144,7 @@ if [ -t 0 ] ; then
    export OPS1
 
    case "$TERM" in
-      *term*|*rxvt*|vt100|screen*)
+      *rxvt*|screen*|*term*|vt100)
          if [ -x "`which xtitle 2>/dev/null`" ]; then
             PROMPT_COMMAND=xtitle
             export PROMPT_COMMAND