.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 11 Jul 2018 18:27:19 +0300
changeset 905 90d1d342a896
parent 324 e30f2ac488aa
permissions -rw-r--r--
Make copy of ~/.bash_profile instead symlink as Cygwin installation conflicts with WSL: bash: symlink: No such file or directory

# -*- mode: sh -*-

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

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