.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 12 Jun 2017 11:22:47 +0300
changeset 861 4d8e47e0ee00
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix Ignoring option '; '.

# -*- mode: sh -*-

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

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