.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 25 Aug 2012 11:25:02 +0300
changeset 509 08ee4edb6e45
parent 324 e30f2ac488aa
permissions -rw-r--r--
Use "UnSetEnv" instead of special form of "SetEnv" (with empty value).

# -*- mode: sh -*-

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

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