aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-28 23:27:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-28 23:27:12 +1200
commit5c53ea0529a42209784f1aae3d28497b22017ee6 (patch)
tree24b183cc8af1747ecae25a3feb4690ee457d5ca9 /bash/bashrc
parentCorrect expected bash completion path (diff)
downloaddotfiles-5c53ea0529a42209784f1aae3d28497b22017ee6.tar.gz
dotfiles-5c53ea0529a42209784f1aae3d28497b22017ee6.zip
Trying without bash-completion for a bit
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/bashrc b/bash/bashrc
index c4b78496..ae303d51 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -22,10 +22,6 @@ setterm -bfreq 0 2>/dev/null
# Turn off flow control and control character echo
stty -ixon -ctlecho 2>/dev/null
-# Use completion, if available
-if [[ -r /usr/share/bash-completion/bash_completion ]]; then
- source /usr/share/bash-completion/bash_completion
-fi
# Load any supplementary scripts
if [[ -d $HOME/.bashrc.d ]]; then