This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### | |
| ####### HISTIGNORE ####### | |
| ### | |
| # examples from interwebs, noob dot file notes | |
| #export HISTIGNORE='pwd:exit:fg:bg:top:clear' | |
| # (if try to erasedups do not ignore things want 2 pune but on OSX it no workie) | |
| # ignore things that start with a space, and ignore the exit command | |
| #HISTIGNORE='[ \t]*:exit' | |
| # some slashdot dudes says | |
| #export HISTIGNORE="&:ls:[bf]g:exit:pwd:clear:mount:umount:[ \t]*" |