.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 27 Feb 2013 19:30:23 +0200
changeset 619 8080fc135a18
parent 324 e30f2ac488aa
permissions -rw-r--r--
Enable '**' patttern matching. If the pattern is followed by a /, only dirs match. Ignore case in glob. Show stopped jobs before exit.

# -*- mode: sh -*-

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

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