.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 05 May 2012 00:20:54 +0300
changeset 447 2ae9f5b99d89
parent 324 e30f2ac488aa
permissions -rw-r--r--
Example how to load Debian user local menu.

# -*- mode: sh -*-

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

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