.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 21 Nov 2020 13:38:56 +0200
changeset 947 2aa44aa54450
parent 324 e30f2ac488aa
permissions -rw-r--r--
Enabled syntax highlighting by Emacs + added link to official docs.

# -*- mode: sh -*-

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

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