.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 17 Oct 2013 14:36:27 +0300
changeset 645 51f6d81be3da
parent 324 e30f2ac488aa
permissions -rw-r--r--
Update options according to "gradle --help" with v1.4.

# -*- mode: sh -*-

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

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