config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit c81bde1dd43a6e732e9266a4d19c1557dff2e1a1
parent 0e82637ebb8442c8950e70c8508404686c13bf3c
Author: Jacob R. Edwards <n/a>
Date:   Fri,  2 Dec 2022 21:37:26 -0600

Add pkg_descr shorthand to kshrc

It's a function named pb, which stands for package brief.

Diffstat:
Mlocal/ksh/config/kshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/local/ksh/config/kshrc b/local/ksh/config/kshrc @@ -19,6 +19,7 @@ case "$(uname)" in pl() pkg_list "$@" pr() pkg_root "$@" pt() pkg_tree "$@" + pb() pkg_descr "$@" esac if test "$PLAN9"