Commit 7222cab
Changed files (1)
files
files/bashrc
@@ -109,7 +109,7 @@ if ! shopt -oq posix; then
fi
fi
-if [ -f ~/.bashrc.d ]; then
+if [ -d ~/.bashrc.d ]; then
for f in ~/.bashrc.d/*; do
. $f
done