.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 08 Aug 2012 21:08:30 +0300
changeset 495 c922ed36372c
parent 324 e30f2ac488aa
permissions -rw-r--r--
Move startup section to top to allow subsequent 'AddToFunc' call without losing settings because of 'DestroyFunc'.

# -*- mode: sh -*-

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

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