1
0
.dotfiles/home/.config/fish/functions/grep.fish

7 lines
106 B
Fish
Raw Normal View History

2014-04-11 22:41:09 +00:00
# Color grepping!
set -gx GREP_COLOR 31
function grep
/bin/grep --exclude=min.js --color=auto $argv
end