.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 18 May 2016 16:49:25 +0300
changeset 795 6e8756ef4fdd
parent 324 e30f2ac488aa
permissions -rw-r--r--
Enable bash_completion for Cygwin because new bash version support delayed loading and performance is no longer an issue!

# -*- mode: sh -*-

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

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