From cf5cb4f8fa80421e609f7fe7ee1a6d0930a6f441 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sat, 27 Jan 2018 08:02:10 -0600 Subject: [PATCH] move completion to profile from bashrc, update gdrive symlink dest --- .../200.aws-python-module-bash-completion.sh | 0 .../Library/{bashrc.d => profile.d}/900.homebrew-completion.sh | 0 .../root/etc/skel/Library/user-setup/900.link-googledrive.sh | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename custompkg/root/etc/skel/Library/{bashrc.d => profile.d}/200.aws-python-module-bash-completion.sh (100%) rename custompkg/root/etc/skel/Library/{bashrc.d => profile.d}/900.homebrew-completion.sh (100%) 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