.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 14 Oct 2014 23:27:27 +0300
changeset 712 ba5eefb8ce73
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix color definition.

# -*- mode: sh -*-

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

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