diff --git a/setup.sh b/setup.sh index 910e4a7..cd3e504 100755 --- a/setup.sh +++ b/setup.sh @@ -39,3 +39,7 @@ find . -maxdepth 1 -type f -printf "%f\0" | while IFS= read -r -d $'\0' P; do chmod -R o-rwx,g-rwx "$target" done +( + echo "for f in \"$DOTFILES/bash.d/*.sh\"; do source \"\$f\"; done" + echo "unset f" +) >> ~/.bashrc