aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-28 23:17:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-28 23:17:58 +1200
commit0f05ca5d6b3bd2d653e248fb354786dc4676dc74 (patch)
tree586766eb497819c4773bb174f64242a2e22b0505 /bash/bashrc
parentHorizontal completion listing not quite right (diff)
downloaddotfiles-0f05ca5d6b3bd2d653e248fb354786dc4676dc74.tar.gz
dotfiles-0f05ca5d6b3bd2d653e248fb354786dc4676dc74.zip
Correct expected bash completion path
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bashrc b/bash/bashrc
index ea6a13f8..c4b78496 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -23,8 +23,8 @@ setterm -bfreq 0 2>/dev/null
stty -ixon -ctlecho 2>/dev/null
# Use completion, if available
-if [[ -r /etc/bash_completion ]]; then
- source /etc/bash_completion
+if [[ -r /usr/share/bash-completion/bash_completion ]]; then
+ source /usr/share/bash-completion/bash_completion
fi
# Load any supplementary scripts