fish/functions/hi.fish @ 328a3cd17f13

shit
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jun 2014 09:30:20 -0400
parents d66bfb2537fe
children (none)
function hi --argument pattern -d "Highlight a pattern in a stream of text"
    grep -E --color=always --line-buffered "$pattern|\$"
end