.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Oct 2012 21:25:08 +0300
changeset 577 50e17493c476
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix condition syntax and add special case of '~/' path.

# -*- mode: sh -*-

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

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