.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 09 Sep 2020 00:30:54 +0300
changeset 945 d9232a82c55a
parent 324 e30f2ac488aa
permissions -rw-r--r--
A way to find releases/heads with given commit.

# -*- mode: sh -*-

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

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