.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 08 Jul 2012 15:24:33 +0300
changeset 483 f02dbcb71260
parent 324 e30f2ac488aa
permissions -rw-r--r--
Technique to share command history across Bash secctions.

# -*- mode: sh -*-

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

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