.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 08 Oct 2013 21:21:41 +0300
changeset 641 1ef81c4fd12c
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix: NameError: name 'codecs' is not defined.

# -*- mode: sh -*-

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

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