.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Jan 2014 18:15:28 +0200
changeset 682 fee328355849
parent 324 e30f2ac488aa
permissions -rw-r--r--
Colormap is the one for the window that currently has the keyboard focus.

# -*- mode: sh -*-

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

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