.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 01 Jul 2012 14:43:02 +0300
changeset 474 0739404aa67d
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix: X send event with ASCII code instead of Russian when Ctrl pressed.

# -*- mode: sh -*-

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

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