feat(rg): upsert config file

This commit is contained in:
AJ ONeal
2023-02-26 06:17:35 +00:00
parent 1984d10878
commit 9f7ce9842c
+4
View File
@@ -25,6 +25,10 @@ __init_rg() {
# mv ./ripgrep-*/rg ~/.local/opt/rg-v12.1.1/bin/rg
mv ./ripgrep-*/rg "$pkg_src_cmd"
if ! [ -e ~/.ripgreprc ]; then
touch ~/.ripgreprc
fi
}
# pkg_get_current_version is recommended, but (soon) not required