.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 07 Dec 2019 21:19:05 +0200
changeset 933 8df13eb76a24
parent 324 e30f2ac488aa
permissions -rw-r--r--
Added link to Gradle configuration config docs.

# -*- mode: sh -*-

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

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