X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.profile;h=e2798872d8532e7a0b2e833c5c124f6883da7945;hp=97a6624a1016279052b3df431edec910c8f38237;hb=292ce8c9da30142171a9c391d2e1832fd846a8fe;hpb=0026810ce56093e3d67efb50cd9841e2ba114d93 diff --git a/.profile b/.profile index 97a6624..e279887 100644 --- a/.profile +++ b/.profile @@ -17,7 +17,7 @@ fi ### umask sets a mask for the default file permissions, ### umask 022 is less restrictive, 077 more paranoid -umask 027 +umask 077 PATH="$HOME"/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin MANPATH="$HOME"/man:/usr/local/man:/usr/share/man:/usr/man @@ -62,7 +62,7 @@ if [ -t 0 ] ; then case "$TERM" in linux) - # mutt, vim and python + # mutt, python and vim BACKGROUND=DARK export BACKGROUND ;; @@ -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