mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-18 19:46:59 +00:00
feat(rg): upsert config file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user