X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.profile;h=e2798872d8532e7a0b2e833c5c124f6883da7945;hb=b7029e025fda781a34ed68dbafec99dbd0c73f2c;hp=a7d8c018b4ce08df328e1213a80e9ecedcdf89df;hpb=910acd1ad89b405797090e2d78f1e157fcbf06ec;p=dotfiles.git diff --git a/.profile b/.profile index a7d8c01..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,7 +182,7 @@ fi #export DISPLAY if [ -n "$DISPLAY" ]; then - # mutt, vim and python + # mutt, python and vim BACKGROUND=LIGHT export BACKGROUND