.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 02 Jun 2016 22:02:14 +0300
changeset 802 d8ba282954cd
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix: Solaris 'file' utility does not support '--compile' option and user supplied rc file.

# -*- mode: sh -*-

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

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