From b0b2953ce7b63e508b8c8c15905992f3a68029f7 Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Mon, 12 Jul 2004 11:02:08 +0000 Subject: Dadou has made change in CVS not present in package, revert them to sync with the changes into the last cooker package for new bash_completion policy --- bashrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index a4cf8a8..e8aef9e 100644 --- a/bashrc +++ b/bashrc @@ -9,3 +9,8 @@ export USERNAME ENV PATH if [ -f /etc/bashrc ]; then . /etc/bashrc fi + +# enable programmable completion features +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi -- cgit v1.2.1