.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 06 Apr 2012 21:29:39 +0300
changeset 328 3e80c4af5ab6
parent 324 e30f2ac488aa
permissions -rw-r--r--
Merge my config for mc.ext with system wide as only ~/.config/mc/mc.ext loaded. See bug: https://www.midnight-commander.org/ticket/2772

# -*- mode: sh -*-

if [[ -f $HOME/.bashrc ]]; then
  . $HOME/.bashrc
fi

# TIP: MC command start with space.
export HISTIGNORE=$HISTIGNORE:" *"