.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 18 Nov 2012 17:57:34 +0200
changeset 593 5fd70e2bd3ae
parent 324 e30f2ac488aa
permissions -rw-r--r--
Short OpenPGP keyids have been shown to be easily spoofed by another key with the same keyid. Increase the keyid display size to 64-bit.

# -*- mode: sh -*-

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

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