From 4eec3f669090b90bfa6fdac1833afd897804ee2c Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Sat, 5 Jun 2021 22:55:43 -0500 Subject: [PATCH] Bashrc.wiki: Fixing links --- Bashrc.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bashrc.wiki b/Bashrc.wiki index 88ebf0e..f1ee3f3 100644 --- a/Bashrc.wiki +++ b/Bashrc.wiki @@ -98,7 +98,7 @@ 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 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.]] +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 [[https://wiki.archlinux.org/title/Pacman#Search_for_a_package_that_contains_a_specific_file|same 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. @@ -145,7 +145,7 @@ This tool runs the specified command, capturing `stdout` and `stderr`, adds the https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/fbc.bash -In a similar vein to `cmdcopy()`, this tool runs the specified command, pipes `stdout` and `stderr` directly to [[https://git.server-speed.net/users/flo/fb/|`fb-client`]], and sets the specified command as the name of the paste using `-n`. +In a similar vein to `cmdcopy()`, this tool runs the specified command, pipes `stdout` and `stderr` directly to [[https://git.server-speed.net/users/flo/fb/|fb-client]], and sets the specified command as the name of the paste using `-n`. ----