.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 01 Jun 2021 17:45:24 +0300
changeset 978 8f0e780cabcf
parent 324 e30f2ac488aa
permissions -rw-r--r--
Allow ~/.env file to be without "export" prefix.

# -*- mode: sh -*-

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

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