Skip to content

Instantly share code, notes, and snippets.

@pirafrank
Created March 24, 2015 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pirafrank/e2535d3891a79b7ad6e6 to your computer and use it in GitHub Desktop.
Save pirafrank/e2535d3891a79b7ad6e6 to your computer and use it in GitHub Desktop.
Elephant memory for your bash
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=10000
HISTFILESIZE=10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment