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

Re: Truncate $functions



On Feb 15,  8:55am, Sebastian Gniazdowski wrote:
}
} tried functions=( a b ), set -A functions ( a b ), unset functions but
} all don't truncate functions.

The functions array is special, you can't muck with it that way.  You need

unfunction -m \*



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