65685da8eca0
more
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 13 Nov 2015 22:46:23 +0000 |
parents | 1a09a1c137ff |
children | 502f0b2e82fe |
branches/tags | (none) |
files | fish/functions/histgrep.fish fish/functions/skim.fish fish/functions/thanks.fish |
Changes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fish/functions/histgrep.fish Fri Nov 13 22:46:23 2015 +0000 @@ -0,0 +1,3 @@ +function histgrep -d "grep shell history because my brain is garbage" + history | grep $argv +end