.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 03 Jun 2021 02:02:50 +0300
changeset 987 e0ffdc132f41
parent 324 e30f2ac488aa
permissions -rw-r--r--
TERM is missing when run non-interactively through SSH. Disable ruler in non-interacticve session.

# -*- mode: sh -*-

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

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