Skip to content

Instantly share code, notes, and snippets.

@Finkregh
Created September 3, 2015 08:43
Show Gist options
  • Save Finkregh/37948e0310d0e30eb961 to your computer and use it in GitHub Desktop.
Save Finkregh/37948e0310d0e30eb961 to your computer and use it in GitHub Desktop.
endless-bash-history
HOSTNAME="$(hostname)"
HOSTNAME_SHORT="${HOSTNAME%%.*}"\\\\\
HISTFILE="${HOME}/.history/$(date -u +%Y/%m/%d.%H.%M.%S)_${HOSTNAME_SHORT}_$$"
# FIXME: upload to a central place. rsync? owncloud?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment