From: Matthijs Kooijman Date: Wed, 29 Feb 2012 13:15:34 +0000 (+0100) Subject: bash: Don't enable extended completion three times. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=6b0278f32376f57a5ef33853d4f8f4547ddcc4c3;hp=6b0278f32376f57a5ef33853d4f8f4547ddcc4c3;p=matthijs%2Fservers%2Ftika.git bash: Don't enable extended completion three times. It is already enabled in /etc/profile.d/bash_completion, so don't also enable it in /etc/bash.bashrc and ~/.bashrc as well. ---