Do not save command history of current bash session

HISTFILE=

October 29, 2011bashoneliners

Explanation

The command history of the current bash session is saved to $HISTFILE when you exit the shell. If this variable is blank, the command history will not be saved.