.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 28 Jun 2012 00:11:00 +0300
changeset 467 6f8820ca7f1c
parent 324 e30f2ac488aa
permissions -rw-r--r--
Tell screen to ignore the case of characters in searches. No flow control, e.g. ^S and ^Q.

# -*- mode: sh -*-

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

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