# HG changeset patch # User Steve Losh # Date 1528647038 25200 # Node ID 152269fc621bd4063d044b9c08146bc1f77bdb65 # Parent 007f30aca83d3ed5c9dbfb9585544c658a2e1ed8 linux diff -r 007f30aca83d -r 152269fc621b fish/functions/histgrep.fish --- a/fish/functions/histgrep.fish Sun Jun 10 09:10:03 2018 -0700 +++ b/fish/functions/histgrep.fish Sun Jun 10 09:10:38 2018 -0700 @@ -1,3 +1,3 @@ function histgrep -d "grep shell history because my brain is garbage" - history | grep $argv | gtac + history | grep $argv | tac end