.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 20 Sep 2012 00:29:46 +0300
changeset 549 ae515e9c1ef0
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix regex pattern: missing tail '$'.

# -*- mode: sh -*-

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

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