.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 03 Aug 2015 13:23:22 +0300
changeset 742 29c4dc2a482d
parent 324 e30f2ac488aa
permissions -rw-r--r--
Show current user as this useful then ssh'ing.

# -*- mode: sh -*-

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

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