.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 15 Jul 2012 15:15:19 +0300
changeset 486 8e5f69997c86
parent 324 e30f2ac488aa
permissions -rw-r--r--
Create .screenshot directory.

# -*- mode: sh -*-

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

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