@@ -39,6 +39,9 @@ find . -maxdepth 1 -type f -printf "%f\0" | while IFS= read -r -d $'\0' P; do
chmod -R o-rwx,g-rwx "$target"
done
for f in $DOTFILES/setup.d/*.sh;dosource"$f";done
unset f;
(
echo"for f in \"$DOTFILES/bash.d/*.sh\"; do source \"\$f\"; done"
echo"unset f"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.