3 lines
78 B
Fish
3 lines
78 B
Fish
function ripgrep --wraps=rg --description 'alias ripgrep=rg'
|
|
rg $argv;
|
|
end
|