.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 21 Jun 2013 16:31:55 +0300
changeset 626 ec0fb611d885
parent 324 e30f2ac488aa
permissions -rw-r--r--
Remove follow (-v) option as it forbid VC-mode from listening history on directories.

# -*- mode: sh -*-

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

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