.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Feb 2017 15:23:41 +0200
changeset 823 b7c18fdcc666
parent 324 e30f2ac488aa
permissions -rw-r--r--
Ignore UNIX file permission under Windows. Relax CR/LF.

# -*- mode: sh -*-

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

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