.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 18 Jan 2016 16:47:51 +0200
changeset 784 8a961df3ec33
parent 324 e30f2ac488aa
permissions -rw-r--r--
Include error code into PS1. Use \r trick even without colors.

# -*- mode: sh -*-

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

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