.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 06 Apr 2012 22:19:02 +0300
changeset 330 6197aede6474
parent 324 e30f2ac488aa
permissions -rw-r--r--
Remove content that duplicate /etc/mc/mc.ext. I preserve definition for video files because of https://www.midnight-commander.org/ticket/2773 and as system wide ms.ext file use 'mplayer' which I do not install.

# -*- mode: sh -*-

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

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