Package: bash
Version: 3.1dfsg-8
Severity: wishlist
File: /etc/skel/.bashrc
bash_completion defines a variable $BASH_COMPLETION. I use the following on
my ~/.bashrc, used on many systems, some of which enable bash_completion by
default in the system bash initialization files and some of which do not:
if [ -z "$BASH_COMPLETION" ] && [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
This includes /etc/bash_completion only if available and not already included.
- Josh Triplett
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-rc1 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bash depends on:
ii base-files 4.0.0 Debian base system miscellaneous f
ii debianutils 2.21 Miscellaneous utilities specific t
ii libc6 2.5-11 GNU C Library: Shared libraries
ii libncurses5 5.6-3 Shared libraries for terminal hand
bash recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]