.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 21 Nov 2020 19:40:47 +0200
changeset 949 2e7205b69973
parent 324 e30f2ac488aa
permissions -rw-r--r--
Adtivated TERM=mintty for mintty as Gradle now supports it natively (as of v5.2).

# -*- mode: sh -*-

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

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