Fix grep alias
This commit is contained in:
parent
6a28275905
commit
bd7468b720
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user