aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
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