aboutsummaryrefslogtreecommitdiff
path: root/home/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bashrc')
-rw-r--r--home/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.bashrc b/home/.bashrc
index 616a037..a328f87 100644
--- a/home/.bashrc
+++ b/home/.bashrc
@@ -113,7 +113,7 @@ if ! shopt -oq posix; then
fi
if [ -d "$HOME/.bashrc.d" ]; then
- for script in $(find "$HOME/.bashrc.d/" -name *.sh); do
+ for script in $(find "$HOME/.bashrc.d/" -name '*.sh'); do
. "$script"
done
fi