X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=9837a97e3f380c9297fa79d51af7ee2b92850ddf;hb=cbbf17b3f869d4c25ca45f48ca5ee336687cafd8;hp=dd4b14dad60550971c44944b569b721247ba4400;hpb=409ee3ca56144701dcea536167808c6866598d4a;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index dd4b14d..9837a97 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -30,6 +30,13 @@ if [ -r ~/.zshrc -a -r ~/.zshrc.global -a ! -r ~/.zshrc.local ] ; then printf '-!-\n' fi +## Settings for umask +#if (( EUID == 0 )); then +# umask 002 +#else +# umask 022 +#fi + ## Now, we'll give a few examples of what you might want to use in your ## .zshrc.local file (just copy'n'paste and uncomment it there):