>>>>> "Eray" == Eray Ozkural exa <[EMAIL PROTECTED]> writes:

    Eray> Yep. I discovered that umask issue. I guess it's still a
    Eray> problem.

zsh has in /etc/zshrc:

[[ $UID == $GID ]] && umask 002 || umask 022

My only dislike is it overrides my default setup in ~/.zshenv of 077.
It seems wrong to put this stuff in zshrc, that only gets used for
interactive shells. zshenv gets processed for all shells, but is run
before zshrc.
-- 
Brian May <[EMAIL PROTECTED]>


Reply via email to