Last active
June 5, 2019 13:36
-
-
Save AndersDJohnson/b26c9a3e8d4cb3565835e9a7ed007142 to your computer and use it in GitHub Desktop.
Execute a command from history picked with fuzzy finder.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`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