.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 22 Sep 2012 09:45:29 +0300
changeset 552 1f489f80b389
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix variable scope.

# -*- mode: sh -*-

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

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