From 746a37a140733a57ee6228b5bfbf3c373deaf494 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 28 Aug 2013 23:34:57 +1200 Subject: Hook prevents loading unwanted bash-completion This speeds up logins by a *lot* --- bash/bash_completion | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bash/bash_completion (limited to 'bash/bash_completion') diff --git a/bash/bash_completion b/bash/bash_completion new file mode 100644 index 00000000..b42dfd77 --- /dev/null +++ b/bash/bash_completion @@ -0,0 +1,4 @@ +# This file prevents bash-completion from loading from its /etc/profile.d +# script if installed +shopt -u progcomp + -- cgit v1.2.3