.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 17 Apr 2018 22:47:13 +0300
changeset 891 0b73115730eb
parent 324 e30f2ac488aa
permissions -rw-r--r--
Enable color in console for Gradle in Cygwin+bash+mintty.

# -*- mode: sh -*-

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

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