Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: disable zsh/newuser



If it is any consolation, your empty function is exactly the solution I
want (i.e., to only disable this in a startup script, so my users don't
mess with what I have)!

Matthew Rench wrote:
> I am trying to find a way to disable the automatic execution of the
> zsh/newuser module at startup for users without .z files. So far, the
> only solution I have been able to find is to add this line to my
> global zshenv file:
>
>   zsh-newuser-install () {}
>
> This seems like a kludge, though, and I was wondering if there was a
> "right" way to do this?
>
> mdr
>



Messages sorted by: Reverse Date, Date, Thread, Author