.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 04 Sep 2015 21:38:49 +0300
changeset 749 89208f64214c
parent 324 e30f2ac488aa
permissions -rw-r--r--
history-beginning-search-backward

# -*- mode: sh -*-

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

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