]> git.phdru.name Git - dotfiles.git/blobdiff - .profile
umask 077
[dotfiles.git] / .profile
index a7d8c018b4ce08df328e1213a80e9ecedcdf89df..e2798872d8532e7a0b2e833c5c124f6883da7945 100644 (file)
--- 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