.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 25 Jul 2017 17:49:04 +0300
changeset 867 33ef236a0dd5
parent 324 e30f2ac488aa
permissions -rw-r--r--
Enable completion for ../gradlew

# -*- mode: sh -*-

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

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