diff options
author | Aaron LI <aly@aaronly.me> | 2018-07-18 19:11:38 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-07-18 19:11:38 +0800 |
commit | f88efcdd78943965700f1c7ad6d148f75f74976d (patch) | |
tree | aa861d188f38482a699de7211b7147e31c5bb72d | |
parent | 45cb315ecb531b97b1a63ea38885a75cefc0ca3b (diff) | |
download | dotfiles-f88efcdd78943965700f1c7ad6d148f75f74976d.tar.bz2 |
profile: Do not set umask 027
-rw-r--r-- | _profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # Set file creation mask: be more private! -umask 027 +#umask 027 ### Functions ---------------------------------------------------------- |