Created
December 5, 2021 12:44
-
-
Save keyle/c43e2a2b730a366770e25b9fc4d6f7cf to your computer and use it in GitHub Desktop.
Search through history
This file contains hidden or 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
| export HISTIGNORE="pwd:cd:ls:ll:ps:hist:update:git:lz" | |
| hist() { | |
| history |grep $1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment