.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 21 Jun 2018 17:28:29 +0300
changeset 899 d5f00e3d31ec
parent 324 e30f2ac488aa
permissions -rw-r--r--
Disable CYGWIN=noglob for docker-machine. See https://github.com/docker/machine/issues/4516

# -*- mode: sh -*-

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

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