.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 27 Jan 2017 22:47:14 +0200
changeset 820 6ec465d43861
parent 324 e30f2ac488aa
permissions -rw-r--r--
Cleanup code. Make possible to import settings several times without errors.

# -*- mode: sh -*-

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

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