I run unsuccessfully in my .zshrc
unalias rm
rm() { mv $* /tmp/wastebasket }
I get at the startup
/Users/Masi/.zshrc:unalias:34: no such hash table element: rm
I noticed that the hash table problem has been an unresolved bug in Ubuntu for run-help.
I am not sure whether the bug applies to Mac and to rm
-command too.
How can you get the notification off at the startup?