summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2004-07-12 11:02:08 +0000
committerFlorent Villard <warly@mandriva.com>2004-07-12 11:02:08 +0000
commitb0b2953ce7b63e508b8c8c15905992f3a68029f7 (patch)
tree7024bcfaf9b12a22258eecf06d8b3f4329b75b3f /bashrc
parentec110497ca79f8fb1bf224cf65156e86992e2095 (diff)
downloadrootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.tar
rootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.tar.gz
rootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.tar.bz2
rootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.tar.xz
rootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.zip
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
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc5
1 files changed, 5 insertions, 0 deletions
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