X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.profile;fp=.profile;h=2fd98f0219105c778ceaf0cbe52be446fd3fe5fd;hp=e2798872d8532e7a0b2e833c5c124f6883da7945;hb=f31430bb4189af8383ddbd4456ee0684c4174d75;hpb=4bbd4a68e6e0c4c3dac82b1962fb0bc649129479 diff --git a/.profile b/.profile index e279887..2fd98f0 100644 --- a/.profile +++ b/.profile @@ -65,11 +65,13 @@ if [ -t 0 ] ; then # mutt, python and vim BACKGROUND=DARK export BACKGROUND + . "$HOME"/lib/config/less/dark_bg ;; *rxvt*|screen*|*term*|vt100) BACKGROUND=LIGHT export BACKGROUND + . "$HOME"/lib/config/less/light_bg ;; esac @@ -185,6 +187,7 @@ if [ -n "$DISPLAY" ]; then # mutt, python and vim BACKGROUND=LIGHT export BACKGROUND + . "$HOME"/lib/config/less/light_bg # BROWSERs BROWSER="firefox:seamonkey:chromium:google-chrome:opera:xlinks2:$BROWSER"