.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 16 Jun 2021 14:48:32 +0300
changeset 989 5b3759d3d789
parent 324 e30f2ac488aa
permissions -rw-r--r--
Use variable to return function result for better performance on Cygwin. Cleanup helper functions from the environment.

# -*- mode: sh -*-

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

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