add fish function for file name searching
This commit is contained in:
parent
c2c205afba
commit
d5dc244745
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