Skip to content

Instantly share code, notes, and snippets.

@7castle
Last active September 12, 2019 01:50
Show Gist options
  • Save 7castle/cdb320dc2391644fac93 to your computer and use it in GitHub Desktop.
Save 7castle/cdb320dc2391644fac93 to your computer and use it in GitHub Desktop.
bashrc tweek
export HISTCONTROL=ignoredups:erasedups
export HISTSIZE=100000
export HISTFILESIZE=100000
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