bash.d setup

This commit is contained in:
2019-12-08 17:54:54 -08:00
parent d5021187eb
commit dd1c9dfe37

View File

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