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

Re: capture stderr in command substitution



> how do you keep a command out of history?

You can

setopt HIST_IGNORE_SPACE

(capitalization and underscores don't matter) and put a space in front of the command.

Regards,
  Vin



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