.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 21 Feb 2017 13:31:02 +0200
changeset 835 b2e3e02b9259
parent 324 e30f2ac488aa
permissions -rw-r--r--
Completion for "dependencies --configuration".

# -*- mode: sh -*-

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

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