Join the AI Workshop and learn to build real-world apps with AI. A hands-on, practical program to level up your skills.
Sometimes you want to run some commands in the shell, but you don’t want them to be stored in the shell history.
With Fish Shell, my default shell, it’s quite easy. You just have to start a new shell with:
fish --private
Then exit the shell when you’re done.
I wrote an article on the Fish Shell basics if you’re interested in trying it. I highly recommend Fish over any other shell, due to its ease and “it just works” philosophy.