.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 21 Nov 2020 19:42:50 +0200
changeset 950 efc28cae2634
parent 324 e30f2ac488aa
permissions -rw-r--r--
Switched BoldWhite into some visible on white background. It fixes Gradle output: https://github.com/gradle/gradle/issues/15266

# -*- mode: sh -*-

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

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