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

Hiding command from history



Hi,

I know I can set HIST_IGNORE_SPACE and any command starting with space
will not be logged in history. But with that I have many aliases like

alias ls=" ls"
alias mv=" mv"

etc. So, I wonder if there is an easier way to blacklist multiple
commands from history without creating an alias for each of them?

Thanks!



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