.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 27 Jun 2012 01:09:20 +0300
changeset 462 e447159023b7
parent 324 e30f2ac488aa
permissions -rw-r--r--
Disable anti-aliasing for small fonts. My all displays are LCD and with RGB pattern. Enable hinting for all fonts!

# -*- mode: sh -*-

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

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