diff --git a/custompkg/root/etc/skel/Library/bashrc.d/200.aws-python-module-bash-completion.sh b/custompkg/root/etc/skel/Library/profile.d/200.aws-python-module-bash-completion.sh similarity index 100% rename from custompkg/root/etc/skel/Library/bashrc.d/200.aws-python-module-bash-completion.sh rename to custompkg/root/etc/skel/Library/profile.d/200.aws-python-module-bash-completion.sh diff --git a/custompkg/root/etc/skel/Library/bashrc.d/900.homebrew-completion.sh b/custompkg/root/etc/skel/Library/profile.d/900.homebrew-completion.sh similarity index 100% rename from custompkg/root/etc/skel/Library/bashrc.d/900.homebrew-completion.sh rename to custompkg/root/etc/skel/Library/profile.d/900.homebrew-completion.sh diff --git a/custompkg/root/etc/skel/Library/user-setup/900.link-googledrive.sh b/custompkg/root/etc/skel/Library/user-setup/900.link-googledrive.sh index 7899d39..7cedb4d 100644 --- a/custompkg/root/etc/skel/Library/user-setup/900.link-googledrive.sh +++ b/custompkg/root/etc/skel/Library/user-setup/900.link-googledrive.sh @@ -1,5 +1,5 @@ #!/bin/bash # setup google drive as synceddir in ~/.paths if [[ ! -e ~/.paths/synceddir ]]; then - ln -s ~/Google\ Drive ~/.paths/synceddir + ln -s ~/Google\ Drive\ File\ Stream/My\ Drive ~/.paths/synceddir fi