.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 29 Aug 2013 23:05:56 +0300
changeset 632 500dcbf3445d
parent 324 e30f2ac488aa
permissions -rw-r--r--
Add readline and completion support to tclsh.

# -*- mode: sh -*-

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

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