.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 18 Jan 2020 00:19:38 +0200
changeset 937 a2beae97e3d8
parent 324 e30f2ac488aa
permissions -rw-r--r--
Increased the number of supported formats by mygit-date and added strict validation.

# -*- mode: sh -*-

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

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