# Start shells in midnight commander with bash
# history option set to ignoreboth
# Bug 1304

if test -e "$HOME/.bashrc" ; then
    . "$HOME/.bashrc"
else
    . /etc/bashrc
fi

HISTCONTROL=ignoreboth
