.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 29 Sep 2012 20:33:10 +0300
changeset 556 2c98b16a87d9
parent 324 e30f2ac488aa
permissions -rw-r--r--
If during an interactive move the window or icon comes within proximity pixels of another the window or icon, it is moved to make the borders adjoin.

# -*- mode: sh -*-

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

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