.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 08 Aug 2012 21:02:32 +0300
changeset 494 6f3882ab9918
parent 324 e30f2ac488aa
permissions -rw-r--r--
Switch to more consistent and convenient sectioning style.

# -*- mode: sh -*-

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

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