Replies: 1 comment 1 reply
|
This was because of Once removed and replaced with |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I moved my distro to a replacement work PC (using
wsl --exportand thenwsl --import)I already had
PROMPT_COMMANDsetup in the distro, and on my prior PC that meant the working directory was always restored.However, now, with the same distro, it no longer has any effect. Tabs always start at the default path.
I'm using Windows Terminal version
1.24.11321.0(sorry I don't know what version I had previously)Under
SettingsI haveWhen Terminal startsset toOpen windows from a previous sessionEven if I run
printf "\e]9;9;%s\e\\" "$(wslpath -w "$PWD")"directly and then duplicate a tab the path isn't restored.What could be wrong?
All reactions