.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 11 Jan 2013 22:21:25 +0200
changeset 609 0474cf9957c9
parent 324 e30f2ac488aa
permissions -rw-r--r--
Show long lines... Substitude all matches in line.

# -*- mode: sh -*-

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

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