Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > 375b36fbd203bae38259cbba1e1d9c0c > files > 5

mc-4.8.20-1.mga6.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