.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Jan 2014 19:05:36 +0200
changeset 683 d95d6ab31a4a
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix Fvwm maximize window problem with stalonetray. Stalonetray try to avoid covering of tray window by maximized windows.

# -*- mode: sh -*-

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

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