summaryrefslogtreecommitdiff
path: root/functions/egrep.fish
blob: f8d804069b8843a5ab12ccb138c5838affded8dd (plain)
1
2
3
4
#Greg with regex and color
function egrep --description 'Grep with regex and color' --wraps egrep
    egrep --color=auto
end