.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 03 Aug 2015 13:40:34 +0300
changeset 744 0b0e46afeb9b
parent 324 e30f2ac488aa
permissions -rw-r--r--
Enable color prompt for tmux/screen.

# -*- mode: sh -*-

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

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