Skip to content

Instantly share code, notes, and snippets.

@nkrumm
Created July 4, 2014 12:32
Show Gist options
  • Select an option

  • Save nkrumm/9289dbad6f4258a2ee53 to your computer and use it in GitHub Desktop.

Select an option

Save nkrumm/9289dbad6f4258a2ee53 to your computer and use it in GitHub Desktop.
Mac OS X history fixes
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