Skip to content

Instantly share code, notes, and snippets.

@przemoc
Created February 2, 2012 23:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save przemoc/1726504 to your computer and use it in GitHub Desktop.
Save przemoc/1726504 to your computer and use it in GitHub Desktop.
How not to lose your BASH history (and make it more compact)
# Add following lines to:
# - /etc/bash.bashrc
# - /etc/profile
export HISTSIZE=1000000
export HISTFILESIZE=$HISTSIZE
export HISTCONTROL=ignoredups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment