.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 02 Jun 2021 18:25:56 +0300
changeset 985 5bcbe7b57749
parent 324 e30f2ac488aa
permissions -rw-r--r--
No need for ~/usr/xbin. There is standard ~/.local/bin.

# -*- mode: sh -*-

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

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