.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 31 Oct 2012 11:01:30 +0200
changeset 582 3412c9885616
parent 324 e30f2ac488aa
permissions -rw-r--r--
Lock the computer by xscreensaver.

# -*- mode: sh -*-

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

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