.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 04 Apr 2017 17:21:08 +0300
changeset 848 748e1e894339
parent 324 e30f2ac488aa
permissions -rw-r--r--
Include current working directory into terminal emulator title (xterm/mintty supports "\e]0;...\a" command).

# -*- mode: sh -*-

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

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