.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 08 Jan 2021 00:00:03 +0200
changeset 957 b491e9c375e7
parent 324 e30f2ac488aa
permissions -rw-r--r--
Execute Make recipes by Bash.

# -*- mode: sh -*-

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

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