mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
466 B
Plaintext
14 lines
466 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2009/09/25 12:29:26 wiz Exp $
|
|
|
|
To use this, source the included bash fragment in your startup
|
|
files, i.e. include something like:
|
|
|
|
if [ -r ${PREFIX}/share/bash-completion/bash_completion ]; then
|
|
. ${PREFIX}/share/bash-completion/bash_completion
|
|
fi
|
|
|
|
in ~/.bashrc or ~/.bash_profile.
|
|
|
|
===========================================================================
|