You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
I've set up symbolic links so that I can easily cd into directories nested deep in my Google Drive. However, running drive tells me no drive context found, because it traverses up my symbolic path and cannot find my drive init'd root directory.
At the moment, I'm getting around this with the following in my .bashrc:
function dr() {(
cd -P .
drive "$@"
)}
But it's kind of hacky. Would appreciate a better solution implemented within drive!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've set up symbolic links so that I can easily
cd
into directories nested deep in my Google Drive. However, runningdrive
tells meno drive context found
, because it traverses up my symbolic path and cannot find mydrive init
'd root directory.At the moment, I'm getting around this with the following in my
.bashrc
:But it's kind of hacky. Would appreciate a better solution implemented within
drive
!The text was updated successfully, but these errors were encountered: