Skip to content

Instantly share code, notes, and snippets.

@amenk
Created November 13, 2014 13:52
Show Gist options
  • Save amenk/bf3abe8845a3218e4ddd to your computer and use it in GitHub Desktop.
Save amenk/bf3abe8845a3218e4ddd to your computer and use it in GitHub Desktop.
"Unlimited" Bash History with Time Stamps
HISTSIZE=1000000000
HISTFILESIZE=2000000000000000
HISTTIMEFORMAT="[%F %T %Z] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment