.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 31 Jul 2012 20:33:21 +0300
changeset 491 1f952c2d0135
parent 324 e30f2ac488aa
permissions -rw-r--r--
Use coloured prompt under Emacs term-mode.

# -*- mode: sh -*-

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

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