.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 19 Oct 2015 21:10:02 +0300
changeset 753 fee4caa830e4
parent 324 e30f2ac488aa
permissions -rw-r--r--
Make quick note on current desktop page.

# -*- mode: sh -*-

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

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