.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 26 Dec 2013 17:45:41 +0200
changeset 654 88c5d34d3032
parent 324 e30f2ac488aa
permissions -rw-r--r--
Mark file as sh script for Emacs.

# -*- mode: sh -*-

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

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