.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Jan 2014 15:53:32 +0200
changeset 680 69c9803b9364
parent 324 e30f2ac488aa
permissions -rw-r--r--
Ignore PPosition hint. Many programs set PPosition to something obnoxious like 0,0 (upper left corner).

# -*- mode: sh -*-

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

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