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 45539977..7952358c 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -32,8 +32,8 @@ if [[ -r /etc/bash_completion ]]; then
fi
# Load any supplementary scripts
-if [[ -d "${HOME}/.bashrc.d" ]]; then
- for file in "${HOME}/.bashrc.d"/*; do
+if [[ -d "$HOME/.bashrc.d" ]]; then
+ for file in "$HOME/.bashrc.d"/*; do
source "$file"
done
fi