.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 26 Oct 2013 23:44:32 +0300
changeset 649 33cba621af6e
parent 324 e30f2ac488aa
permissions -rw-r--r--
Remove fontconfig. Use "dpkg-reconfigure fontconfig-config" instead.

# -*- mode: sh -*-

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

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