.mc/bashrc
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Apr 2010 22:16:19 +0300
changeset 62 54e803acda8f
parent 18 2e991b769c95
child 107 43f69ef5ec58
permissions -rw-r--r--
Set file encoding. Fix merge command. Added win32 enc/dec example.

# -*- 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=" ?cd *":"e *":"sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":ls:pwd:"vlc*"