Skip to content

Instantly share code, notes, and snippets.

@namlet
Created November 5, 2010 19:04
Show Gist options
  • Save namlet/664616 to your computer and use it in GitHub Desktop.
Save namlet/664616 to your computer and use it in GitHub Desktop.
alias savehistory="history | cut -c7- >> ~/history.save; sort -u ~/history.save >> ~/history.save.tmp; rm ~/history.save; mv ~/history.save.tmp ~/history.save"
alias remember="cat ~/history.save | grep"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment