add fish function for file name searching
This commit is contained in:
parent
7ab29bfe07
commit
63e8a31e7f
1 changed files with 5 additions and 0 deletions
|
|
@ -39,6 +39,11 @@
|
|||
curl -sL "https://www.gitignore.io/api/$type"
|
||||
end
|
||||
|
||||
# ripgrep on files
|
||||
function rgf
|
||||
rg --files | rg $args
|
||||
end
|
||||
|
||||
set -g fish_greeting (rand_greet)
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue