Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

cannot resolve symbolic paths #63

Open
j-hui opened this issue Feb 15, 2017 · 0 comments
Open

cannot resolve symbolic paths #63

j-hui opened this issue Feb 15, 2017 · 0 comments

Comments

@j-hui
Copy link

j-hui commented Feb 15, 2017

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant