bash --init-file <(echo '. ~/.bashrc; unset HISTFILE')
OR
bash --rcfile <(echo '. ~/.bashrc; unset HISTFILE')
E é melhor colocá-lo em ~/.bash_aliases
como alias permanente:
alias bash2="bash --init-file <(echo '. ~/.bashrc; unset HISTFILE')"