.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 08 Sep 2012 22:58:34 +0300
changeset 544 ee6112ed88da
parent 324 e30f2ac488aa
permissions -rw-r--r--
Add marker to distinct .xinitrc xterm from regular.

# -*- mode: sh -*-

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

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