@@ -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
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.