Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Autoloaded objects lifetime
- X-seq: zsh-workers 14948
- From: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: ZSH Workers Mailing List <zsh-workers@xxxxxxxxxx>
- Subject: Autoloaded objects lifetime
- Date: Sun, 17 Jun 2001 21:14:25 +0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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