.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 21 Oct 2019 21:04:31 +0300
changeset 929 615c58735e09
parent 324 e30f2ac488aa
permissions -rw-r--r--
Added null displaying, HISTCONTROL, upper case completion to psql.

# -*- mode: sh -*-

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

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