.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 08 Jan 2021 13:26:37 +0200
changeset 963 d008686721c6
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fixed install target: do not stop in the middle if fvwm is not here.

# -*- mode: sh -*-

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

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