Initial commit
This commit is contained in:
4
functions/rgrep.fish
Normal file
4
functions/rgrep.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function rgrep --wraps='grep -rE' --wraps=grep --wraps='grep -rnE' --description 'alias rgrep grep -rnE'
|
||||
grep -rnE $argv
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user