.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 10 Sep 2014 03:17:31 +0300
changeset 705 4a77587b0617
parent 324 e30f2ac488aa
permissions -rw-r--r--
Completion for mypath Bash helper.

# -*- mode: sh -*-

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

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