.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 24 Jan 2017 22:19:48 +0200
changeset 817 257a65e63780
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix: Under Windows there is mc command that is Message Compiler.

# -*- mode: sh -*-

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

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