aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index cdfcaffe..4891b61a 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -58,7 +58,7 @@ setterm -bfreq 0 &>/dev/null
stty -ixon &>/dev/null
# Use completion, if available
-[[ -e /etc/bash_completion ]] && source /etc/bash_completion
+[[ -r /etc/bash_completion ]] && source /etc/bash_completion
# I always want a unified diff
alias diff='diff -u'