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

Autoloaded objects lifetime



Currently autoloadable objects disappear after modules have been loaded (I looked for builtins but I guess it is true for other as well). If module is unloaded, these objects disappear. Like

{pts/3}% ulimit
unlimited
{pts/3}% zmodload -u zsh/rlimits
{pts/3}% ulimit
zsh: command not found: ulimit

Is it intended behaviour?

-andrej



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