.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 29 Sep 2012 21:14:57 +0300
changeset 561 4736307a8217
parent 324 e30f2ac488aa
permissions -rw-r--r--
Programs can focus themselves.

# -*- mode: sh -*-

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

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