.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 04 Dec 2014 11:56:06 +0200
changeset 719 862438e74410
parent 324 e30f2ac488aa
permissions -rw-r--r--
Emacs command useful don't omit it.

# -*- mode: sh -*-

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

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