.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 16 Oct 2012 14:07:53 +0300
changeset 571 0e5b78f76bf0
parent 324 e30f2ac488aa
permissions -rw-r--r--
Remove SloppyFocus as transient Java dialogs lose focus as it acquire main window.

# -*- mode: sh -*-

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

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