Created
July 4, 2014 12:32
-
-
Save nkrumm/9289dbad6f4258a2ee53 to your computer and use it in GitHub Desktop.
Mac OS X history fixes
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
| shopt -s histappend | |
| export HISTSIZE=100000 | |
| export HISTFILESIZE=100000 | |
| export HISTCONTROL=ignoredups:erasedups | |
| export PROMPT_COMMAND="history -a;history -c;history -r;$PROMPT_COMMAND" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment