Bashrc.wiki: Added Pkgfile as command-not-found section
This commit is contained in:
parent
52aa218829
commit
c90737a69e
|
@ -94,6 +94,14 @@ Most of these are simple creature comforts and are commented with sufficient exp
|
|||
|
||||
----
|
||||
|
||||
== Pkgfile as `command_not_found_handle()` ==
|
||||
|
||||
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.
|
||||
|
||||
----
|
||||
|
||||
==Colored man Pages==
|
||||
|
||||
https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/colored-man-pages.bash
|
||||
|
|
Loading…
Reference in New Issue