.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 15 Sep 2012 00:09:20 +0300
changeset 547 ae98c70a1b57
parent 324 e30f2ac488aa
permissions -rw-r--r--
filetype plugin on

# -*- mode: sh -*-

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

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