.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 29 Sep 2016 10:24:43 +0300
changeset 810 a218876105c7
parent 324 e30f2ac488aa
permissions -rw-r--r--
Enable hinting and subpixel rendering in Emacs.

# -*- mode: sh -*-

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

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