add fish function for file name searching

This commit is contained in:
Emile Clark-Boman 2025-08-08 20:20:13 +10:00
parent 7ab29bfe07
commit 63e8a31e7f

View file

@ -39,6 +39,11 @@
curl -sL "https://www.gitignore.io/api/$type" curl -sL "https://www.gitignore.io/api/$type"
end end
# ripgrep on files
function rgf
rg --files | rg $args
end
set -g fish_greeting (rand_greet) set -g fish_greeting (rand_greet)
''; '';