6 lines
93 B
Fish
Executable file
6 lines
93 B
Fish
Executable file
#!/usr/bin/env fish
|
|
#
|
|
|
|
function grep -d "grep with color"
|
|
command grep --color $argv
|
|
end
|