.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 01 Jun 2021 11:55:32 +0300
changeset 976 38803c50d0ed
parent 324 e30f2ac488aa
permissions -rw-r--r--
Pass TERM as xterm to "vagrant ssh" because Debian doesn't know TERM "mintty".

# -*- mode: sh -*-

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

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