.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 10 Sep 2014 03:04:57 +0300
changeset 704 e1347fd80853
parent 324 e30f2ac488aa
permissions -rw-r--r--
myfind and mypath interactive bash session helper function.

# -*- mode: sh -*-

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

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