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

Re: PATCH: pws-25: typeset +f, functions +



Peter Stephenson wrote:
> 
> If you do `typeset +x' or `typeset -x +' you get just the names of the
> exported parameters.  Consequently, `typeset +f' and `functions +'
> (functions is claimed to be equivalent to `typeset -f') should just print
> the names of the functions.

That's useful. A similar change should be made for the alias command (so
alias + lists aliases, alias +g lists global aliases etc). This would
also improve ksh compatibility as
it already does this.

Oliver Kiddle



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