.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 06 May 2018 15:11:56 +0300
changeset 892 5bb386e5dbf6
parent 324 e30f2ac488aa
permissions -rw-r--r--
Set length of ruler line to terminal width. Made it more visible.

# -*- mode: sh -*-

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

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