.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 16 Jul 2013 13:10:06 +0300
changeset 628 2aaa715ede72
parent 324 e30f2ac488aa
permissions -rw-r--r--
Close window by LeftWin+F4 (delete window protocol).

# -*- mode: sh -*-

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

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