Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > dba50d9e307494e9953620ffc5c47f0c > files > 5

mc-4.8.13-4.mga5.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