Created
August 29, 2013 19:02
-
-
Save sw17ch/6382085 to your computer and use it in GitHub Desktop.
The most important lines in my .bash_profile
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
export HISTCONTROL=erasedups | |
export HISTSIZE=500 | |
export HISTIGNORE=ls:'ls -l':fg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And if you have multiple shells open on the same host:
P.S. my HISTSIZE is 25000. Why not? :)