What's a good command to append to your bashrc to not log the history? And what is the best command to use to use on terminals to clear history without appending your bashrc?
Perfect. Yeah I use history -c in my shells. That first command was just what I was looking for to add to my bashrc. I suppose I could get out of this laziness I've been in and read the man pages Even after a few years of using Linux, it's easy to forget the simple things to do to solve problems. Thanks.