Skip to content

Instantly share code, notes, and snippets.

@counterbeing
Created March 20, 2015 21:49
Show Gist options
  • Save counterbeing/dc5967ac9a6d536ddc8a to your computer and use it in GitHub Desktop.
Save counterbeing/dc5967ac9a6d536ddc8a to your computer and use it in GitHub Desktop.
function pihist
{
$(history | cut -c8- | sort -u | pick)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment