.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 27 Oct 2015 19:48:25 +0200
changeset 760 882eddbb9615
parent 324 e30f2ac488aa
permissions -rw-r--r--
Missing dir cause error during installation.

# -*- mode: sh -*-

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

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