Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 019b765228b1a81c097c5361449d262b > files > 5

mc-4.8.11-2.mga4.src.rpm

# 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