.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 21 Sep 2012 17:41:07 +0300
changeset 550 5dd704801dc7
parent 324 e30f2ac488aa
permissions -rw-r--r--
Switch between all windows, not only CurrentDesk.

# -*- mode: sh -*-

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

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