mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 08:41:02 +08:00
![ridiculousfish](/assets/img/avatar_default.png)
PWD is not set in fish vars because it is read only. Use getenv() to fetch it, allowing fish to inherit a virtual PWD. This cherry pick includes both:24f251e04
Correctly remove the test directory again in cd test91a9c9897
Correctly inherit a virtual PWD Fixes #5525
10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
|
|
####################
|
|
# cd symlink non-resolution
|
|
|
|
####################
|
|
# cd symlink completion
|
|
|
|
####################
|
|
# Virtual PWD inheritance
|