.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 27 Dec 2013 16:10:23 +0200
changeset 659 ee46e88fe001
parent 324 e30f2ac488aa
permissions -rw-r--r--
Disable -gray pattern in order to prevent blinking because of LCD-insertion effect.

# -*- mode: sh -*-

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

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