.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 30 Aug 2016 18:22:43 +0300
changeset 807 29df20967967
parent 324 e30f2ac488aa
permissions -rw-r--r--
Focus to first window on page when move across pages.

# -*- mode: sh -*-

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

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