Skip to content

Instantly share code, notes, and snippets.

@jccrosby
Created September 3, 2015 14:27
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 jccrosby/1d3fbcfa5c02708f319f to your computer and use it in GitHub Desktop.
Save jccrosby/1d3fbcfa5c02708f319f to your computer and use it in GitHub Desktop.
Just put that in .bashrc. Replaces ~/.bash_history with ~/.history/<year>/<month>/<session>
HISTFILE="${HOME}/.history/$(date -u +%Y/%m/%d.%H.%M.%S)_${HOSTNAME_SHORT}_$$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment