Skip to content

Instantly share code, notes, and snippets.

@kldkv
Forked from wigsy/gist:5869295
Created May 8, 2018 22:23
Show Gist options
  • Save kldkv/c641b3e4ad11670dbf13614e69cbb33a to your computer and use it in GitHub Desktop.
Save kldkv/c641b3e4ad11670dbf13614e69cbb33a to your computer and use it in GitHub Desktop.
ZSH alias for grep'ing the history command easily
# in your .zshrc add:
alias HG='history | grep '
# reload ZSH (using my default location as an example)
. ~/.zshrc
# Now run: ``HG something_of_interest`` and your history is grepped for said interesting something.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment