Skip to content

Instantly share code, notes, and snippets.

@cssence
Created June 3, 2016 06:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cssence/0d87b263019d3a1c710983acb1e6ee6a to your computer and use it in GitHub Desktop.
Save cssence/0d87b263019d3a1c710983acb1e6ee6a to your computer and use it in GitHub Desktop.
Avoid history duplicates
export HISTCONTROL=ignoredups:erasedups
shopt -s histappend
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