.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 03 Jan 2014 21:44:12 +0200
changeset 672 c7b31ee5331b
parent 324 e30f2ac488aa
permissions -rw-r--r--
Group window styles configuration to common place. Avoid MwmDecor as it damage resizing and closing transient windows.

# -*- mode: sh -*-

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

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