Initial commit

This commit is contained in:
2025-04-10 03:54:27 +08:00
commit 06a1116840
10 changed files with 91 additions and 0 deletions

4
functions/rgrep.fish Normal file
View File

@@ -0,0 +1,4 @@
function rgrep --wraps='grep -rE' --wraps=grep --wraps='grep -rnE' --description 'alias rgrep grep -rnE'
grep -rnE $argv
end