.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 27 Mar 2018 00:11:01 +0300
changeset 890 96b4250c52f8
parent 324 e30f2ac488aa
permissions -rw-r--r--
Follow history after renames in git log.

# -*- mode: sh -*-

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

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