1
0

Fix grep alias

This commit is contained in:
Noah 2014-03-03 15:13:58 -08:00
parent 6a28275905
commit bd7468b720

View File

@ -76,7 +76,7 @@ end
# Color grepping! # Color grepping!
set -gx GREP_COLOR 31 set -gx GREP_COLOR 31
function grep function grep
/bin/grep --exclude=*.min.js --exclude=*.map.js --color=auto $argv /bin/grep --exclude=min.js --color=auto $argv
end end
# ls aliases. Fedora defaults, but here for compatibility # ls aliases. Fedora defaults, but here for compatibility