aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-28 23:34:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-28 23:34:57 +1200
commit746a37a140733a57ee6228b5bfbf3c373deaf494 (patch)
treee924c40865f9e4e4e02b033f2897ae5e09458381 /bash/bash_completion
parentMove options into .bashrc (diff)
downloaddotfiles-746a37a140733a57ee6228b5bfbf3c373deaf494.tar.gz
dotfiles-746a37a140733a57ee6228b5bfbf3c373deaf494.zip
Hook prevents loading unwanted bash-completion
This speeds up logins by a *lot*
Diffstat (limited to 'bash/bash_completion')
-rw-r--r--bash/bash_completion4
1 files changed, 4 insertions, 0 deletions
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
+