.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 09 May 2012 22:39:39 +0300
changeset 449 63fe7a1ebae4
parent 324 e30f2ac488aa
permissions -rw-r--r--
Load custom settings (user editable).

# -*- mode: sh -*-

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

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