aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_profile b/bash/bash_profile
index d3f9f9b0..4e25ab24 100644
--- a/bash/bash_profile
+++ b/bash/bash_profile
@@ -12,7 +12,7 @@ elif ((10#${BASH_VERSINFO[0]%%[![:digit:]]} == 2)) \
fi
# Source interactive Bash config if it exists
-if [[ -r $HOME/.bashrc ]] ; then
+if [[ -e $HOME/.bashrc ]] ; then
source "$HOME"/.bashrc
fi