move completion to profile from bashrc, update gdrive symlink dest

This commit is contained in:
Jeffrey Paul 2018-01-27 08:02:10 -06:00
parent e7ef104067
commit cf5cb4f8fa
3 changed files with 1 additions and 1 deletions

View File

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