diff --git a/Bashrc.wiki b/Bashrc.wiki index ca47642..87ff0dc 100644 --- a/Bashrc.wiki +++ b/Bashrc.wiki @@ -98,7 +98,9 @@ Most of these are simple creature comforts and are commented with sufficient exp https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/pkgfile.bash -This sets up `bash`'s `command_not_found_handle()` functionality so that when a command cannot be found in `PATH`, it will use `pkgfile` to check for that command in the `pacman` sync databases. Another mechanism should be used to keep `pkgfile`'s databases up to date. +This sets up `bash`'s `command_not_found_handle()` functionality so that when a command cannot be found in `PATH`, it will use `pkgfile` to check for that command in its databases, which are derived from the same [[https://wiki.archlinux.org/title/Pacman#Search_for_a_package_that_contains_a_specific_file|databases that `pacman -F` uses.]] + +To keep these databases updated, `pkgfile` ships [[https://wiki.archlinux.org/title/Pkgfile#Automatic_updates|a systemd timer]] that runs the update command daily. ----