Skip to content
FLAVIO COPES
flaviocopes.com
2026

Fish Shell, how to avoid recording commands to history

~~~

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 you exit the shell.

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.

~~~

Related posts about cli: