Created
January 22, 2013 02:52
-
-
Save arq5x/4591687 to your computer and use it in GitHub Desktop.
Unique BASH history
This file contains 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
HISTCONTROL="erasedups" | |
export HISTCONTROL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the lazy here is the combined power of @arq5x and @kasperdanielhansen: