.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 09 Sep 2015 22:58:18 +0300
changeset 750 58e68b82bf46
parent 324 e30f2ac488aa
permissions -rw-r--r--
Use ~/usr/bin/ for local installations and to override /bin, but not /sbin.

# -*- mode: sh -*-

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

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