We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I link my projects into ~/projects:
~/projects ├── project1 -> ~/xxx/project1 ├── project2 -> ~/yyy/zzz/project2 ├── ...
If I change root to project1, then switch root to one level up, I would expect to be in ~/projects again, but instead I end up in ~/xxx/.
What does "Correct! handling of symlinks" mean?
Is there a way to keep it the way a shell would handle it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I link my projects into ~/projects:
~/projects
├── project1 -> ~/xxx/project1
├── project2 -> ~/yyy/zzz/project2
├── ...
If I change root to project1, then switch root to one level up, I would expect to be in ~/projects again, but instead I end up in ~/xxx/.
What does "Correct! handling of symlinks" mean?
Is there a way to keep it the way a shell would handle it?
The text was updated successfully, but these errors were encountered: