Grep with globs alias for zsh
Posted by Chad Humphries about 1 year ago
alias grep='grep --with-filename --context=1 --color --line-number '

Gives the usage:

grep whatever **/*.rb
Language Shell/Scripting / Tagged with zsh