.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 27 Aug 2012 23:05:50 +0300
changeset 513 76730b49f79e
parent 324 e30f2ac488aa
permissions -rw-r--r--
Destroy module configuration before defining it. Join module config with supported function.

# -*- mode: sh -*-

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

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