Skip to content

How-to configure .bashrc to ignore bash history

cpx October 22, 2013 1 min read .bashrc
#Execute a command without saving it in the history HISTCONTROL=ignorespace ; export $HISTCONTROL

Be the first to comment

protected · no tracking

0 comments