dotrc:bash:history
Command line history in Bash
Don't add useless stuff to the history
This ignores lines that begin with a space, duplicate lines and short commands.
/.bashrc or equivalent
export HISTIGNORE=' *:&:?:??:???'
dotrc/bash/history.txt · Last modified: 2006/03/06 12:43 by 127.0.0.1
