diff --git a/dot_bashrc b/dot_bashrc index 1337816..1db1657 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -3,7 +3,7 @@ # User specific aliases and functions if [ -d "$HOME/.config/bash" ]; then - for rc in "$HOME/.config/bash/*"; do + for rc in $HOME/.config/bash/*; do if [ -f "$rc" ]; then # shellcheck source=/dev/null . "$rc"