.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 25 Jul 2013 19:06:23 +0300
changeset 629 e7af6e868864
parent 324 e30f2ac488aa
permissions -rw-r--r--
Set isql like prompt and go on semicolon.

# -*- mode: sh -*-

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

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