X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.profile;h=6254c067081a7a353dbdf6a0ea611cad9062adf7;hp=e2798872d8532e7a0b2e833c5c124f6883da7945;hb=16862d6c73ccda3803e4618d16b080a90fe9d84f;hpb=292ce8c9da30142171a9c391d2e1832fd846a8fe diff --git a/.profile b/.profile index e279887..6254c06 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 @@ -83,7 +85,7 @@ if [ -t 0 ] ; then ;; esac #LESSCHARDEF=32c. - LESSEDIT='vim ?lm+%lm -- %f' + LESSEDIT='vim ?lm+%lm. -- %f' export PAGER LESS LESSCHARSET LESSEDIT # LESSCHARDEF EDITOR="$HOME"/.vim/vim.sh @@ -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"