.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 29 Aug 2012 11:35:22 +0300
changeset 521 20ee6c014cef
parent 324 e30f2ac488aa
permissions -rw-r--r--
Fix condition for finding icons without extension.

# -*- mode: sh -*-

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

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