.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 02 Jun 2016 16:15:01 +0300
changeset 798 a976c73e4873
parent 324 e30f2ac488aa
permissions -rw-r--r--
Do not set MANPATH on NetBSD, because there is non-GNU man and it does not allow trailing ":" to note default path inclusion.

# -*- mode: sh -*-

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

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