.local/share/mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 02 Dec 2019 20:05:19 +0200
changeset 931 0110114150ad
parent 324 e30f2ac488aa
permissions -rw-r--r--
Added alias and completion for 'gcloud compute ssh'.

# -*- mode: sh -*-

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

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