homes/common/.config/fish/functions/grep.fish

6 lines
93 B
Fish
Executable file

#!/usr/bin/env fish
#
function grep -d "grep with color"
command grep --color $argv
end