move completion to profile from bashrc, update gdrive symlink dest
This commit is contained in:
parent
e7ef104067
commit
cf5cb4f8fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue