.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 02 Jun 2016 21:55:33 +0300
changeset 801 2657c198b9e2
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix: GNU 'install' utility is not compatible with Solaris version.

# -*- mode: sh -*-

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

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