New issue
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
Handling of symlink home directories #5525
Comments
This same behavior led me to open #5300. I agree that this behavior is unexpected. |
I should mention that under FreeBSD the default home directory for each user is a symlink |
Same here, now I rolled back to 0f0bb1e^1 * ca159ae Fix typo [Jason] 2018-10-07 * 786c0c5 Merge branch 'virtualpwd' [ridiculousfish] 2018-10-06 |\ | * 3e4bdf5 Teach hg prompt to use pwd -P [ridiculousfish] 2018-10-06 | * 0f0bb1e Don't resolve symlinks with cd [ridiculousfish] 2018-09-16 | * 6ad4d94 (HEAD -> master) Introduce path_normalize [ridiculousfish] 2018-09-16 * | 02b093d Change only to exactly [jacob] 2018-10-01 * | 739ad77 Fix typos and address formatting [jacob] 2018-10-01 |/ * 767b7a2 Migrate the completion set to owning_lock_t [ridiculousfish] 2018-10-05 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Whoops, thanks! |
This is totally baffling! fish has code that respects incoming PWDs, and only asks the kernel for help (via What I see is that |
Aw hell, fish ignores incoming $PWD because it's considered read-only. But not at init time... |
Picked into 3.0.1 as dfa6192 |
On 3.0.0 and master, starting a shell with a home directory that is a symlink resolves the link, meaning that the prompt makes it look like you aren't in your home directory.
The text was updated successfully, but these errors were encountered: