.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 25 Feb 2015 01:17:28 +0200
changeset 735 26eaadaeb19a
parent 324 e30f2ac488aa
permissions -rw-r--r--
Run Emacs, Firefox and Goldendict in ".xinit".

# -*- mode: sh -*-

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

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