.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 21 Nov 2020 21:25:42 +0200
changeset 952 04e8208374bd
parent 324 e30f2ac488aa
permissions -rw-r--r--
Added Shift+Tab for session switching in GNU Screen & tmux.

# -*- mode: sh -*-

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

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