.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 19 Nov 2012 00:18:56 +0200
changeset 594 521916a26ee2
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix: forget export variable to environment.

# -*- mode: sh -*-

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

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