]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
Sorted the list 'mutt, vim and python' by alphabetical order
[dotfiles.git] / .profile
index 9a88f80445d5de506b6c8ba253dc70d04a7532b1..8f33817c9990c218f41f0ceab9535fd775f5ba98 100644 (file)
--- a/.profile
+++ b/.profile
@@ -62,12 +62,12 @@ if [ -t 0 ] ; then
 
    case "$TERM" in
       linux)
-         # mutt, vim and python
+         # mutt, python and vim
          BACKGROUND=DARK
          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
@@ -182,12 +182,12 @@ fi
 #export DISPLAY
 
 if [ -n "$DISPLAY" ]; then
-   # mutt, vim and python
+   # mutt, python and vim
    BACKGROUND=LIGHT
    export BACKGROUND
 
    # BROWSERs
-   BROWSER="firefox:seamonkey:google-chrome:opera:xlinks2:$BROWSER"
+   BROWSER="firefox:seamonkey:chromium:google-chrome:opera:xlinks2:$BROWSER"
 
    ### X Window System Configuration
    #XAPPLRESDIR="$HOME/lib/X11/app-defaults/"; export XAPPLRESDIR