Skip to content

Instantly share code, notes, and snippets.

@AndersDJohnson
Last active June 5, 2019 13:36
Show Gist options
  • Save AndersDJohnson/b26c9a3e8d4cb3565835e9a7ed007142 to your computer and use it in GitHub Desktop.
Save AndersDJohnson/b26c9a3e8d4cb3565835e9a7ed007142 to your computer and use it in GitHub Desktop.
Execute a command from history picked with fuzzy finder.
`history | fzf | tr -s ' ' | cut -d' ' -f 3-`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment