.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 14 May 2019 00:49:35 +0300
changeset 925 8a010eb167ff
parent 324 e30f2ac488aa
permissions -rw-r--r--
https://superuser.com/questions/543279/no-mouse-support-mouse-a-error-in-vim

# -*- mode: sh -*-

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

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