.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 27 May 2016 22:55:56 +0300
changeset 797 6cf66a062f3b
parent 324 e30f2ac488aa
permissions -rw-r--r--
~/usr/bin can't be placed before /bin in PATH because cygrun is recursively runs in that case. Introduce ~/usr/xbin for symlinks to override /usr/bin.

# -*- mode: sh -*-

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

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