.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 27 Jun 2012 00:45:16 +0300
changeset 461 39b14a1ba5c2
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix font selection for Emacs (it use non monospaced font for Russian text).

# -*- mode: sh -*-

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

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