X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=c1b4955b6b0083f5c20c47754acfbf40ec9d1d06;hb=cbbf17b3f869d4c25ca45f48ca5ee336687cafd8;hp=8455094b3fbd3d722d6929a179a51484643b0ee7;hpb=409ee3ca56144701dcea536167808c6866598d4a;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 8455094..c1b4955 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -256,17 +256,6 @@ zrcautoload is-at-least || is-at-least() { return 1 } # }}} # {{{ set some important options (as early as possible) -# Please update these tags, if you change the umask settings below. -#o# r_umask 002 -#o# r_umaskstr rwxrwxr-x -#o# umask 022 -#o# umaskstr rwxr-xr-x -if (( EUID == 0 )); then - umask 002 -else - umask 022 -fi - setopt append_history # append history list to the history file (important for multiple parallel zsh sessions!) is4 && setopt SHARE_HISTORY # import new commands from the history file also in other zsh-session setopt extended_history # save each command's beginning timestamp and the duration to the history file