.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 01 Aug 2017 01:20:56 +0300
changeset 868 e3b5f71d12f0
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix: Unsupported option compressionlevel.

# -*- mode: sh -*-

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

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