summaryrefslogtreecommitdiff
path: root/shells/bash-completion/MESSAGE
blob: 75f9871006b559ce3324dd71a76c7bcbfb7a7dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
===========================================================================
$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.

===========================================================================