.mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 03 Nov 2010 16:00:13 +0200
changeset 107 43f69ef5ec58
parent 18 2e991b769c95
child 108 7e0a2fb90c5a
permissions -rw-r--r--
Remove ? from patterns as I previously incorrectly understand its meaning. Whore value in multiline way.

# -*- mode: sh -*-

#   ignorespace do not save lines that start with space
#   erasedups all previous lines matching the current line to be removed from
#             the history list before that line is saved
export HISTCONTROL=igrorespace:erasedups
export HISTIGNORE=$HISTIGNORE:\
" cd *":" e *":\
" sudo mv*":" sudo rm*":" sudo cp*":" sudo mkdir*":" sudo chmod *":" sudo chown *":\
" ls*":" pwd*":" vlc*"