.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 20 Feb 2015 01:26:29 +0200
changeset 729 3808bb55f8bb
parent 324 e30f2ac488aa
permissions -rw-r--r--
Switch to built-in Readline file/directory completion capability as they more visually rich and convenient.

# -*- mode: sh -*-

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

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