Typo
This commit is contained in:
parent
0b61c98659
commit
a8ad7f282b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ function rgf {
|
|||
rg --ignore-case --files --hidden --glob=!.git/ *"$1"*
|
||||
else
|
||||
echo "[INFO] ripgrep ist nicht installiert... suche mit 'find'"
|
||||
find . -type f -not -path '*/\.git/*'; -name *"$1"*
|
||||
find . -type f -not -path '*/\.git/*' -name *"$1"*
|
||||
fi
|
||||
}
|
||||
function rgi {
|
||||
|
|
Loading…
Reference in a new issue