Commit 7222cab

bryfry <bryon@fryer.io>
2023-09-15 12:07:13
bash typo
1 parent fc77423
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