.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 31 Oct 2012 11:13:37 +0200
changeset 583 685ff371bb77
parent 324 e30f2ac488aa
permissions -rw-r--r--
Lock screen strictly when screensaver enabled.

# -*- mode: sh -*-

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

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