Fix grep alias
This commit is contained in:
parent
6a28275905
commit
bd7468b720
|
@ -76,7 +76,7 @@ end
|
|||
# Color grepping!
|
||||
set -gx GREP_COLOR 31
|
||||
function grep
|
||||
/bin/grep --exclude=*.min.js --exclude=*.map.js --color=auto $argv
|
||||
/bin/grep --exclude=min.js --color=auto $argv
|
||||
end
|
||||
|
||||
# ls aliases. Fedora defaults, but here for compatibility
|
||||
|
|
Loading…
Reference in New Issue
Block a user