aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/bash/bashrc b/bash/bashrc
index a56632e7..2ee5f82d 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -72,9 +72,7 @@ fi
# Load any supplementary scripts
if [[ -d $HOME/.bashrc.d ]] ; then
for config in "$HOME"/.bashrc.d/*.bash ; do
- if [[ -r $config ]] ; then
- source "$config"
- fi
+ source "$config"
done
fi
unset -v config