.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 17 Aug 2015 19:22:25 +0300
changeset 748 ae1a14ee2b1f
parent 324 e30f2ac488aa
permissions -rw-r--r--
Execute X settings sequentially.

# -*- mode: sh -*-

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

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