Bashrc.wiki: Fixing links

This commit is contained in:
David Thurstenson 2021-06-05 22:55:43 -05:00
parent eeea080dd9
commit 4eec3f6690
1 changed files with 2 additions and 2 deletions

View File

@ -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 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. 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 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`.
---- ----