-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cannot cd up multiple directories normally #2473
Comments
I was going to report this exact same issue. Current behavior1.3.17cd ../.. # goes up 2 directories [Correct]
cd ../../ # stays in the same directory [Incorrect] Expected behavior1.3.16 and 1.3.15 (and probably a lot more before)cd ../.. # goes up 2 directories [Correct]
cd ../../ # goes up 2 directories [Correct] |
This is about Clink. I can reproduce it, and opened chrisant996/clink #76. |
Thanks for reporting this! I've fixed the issue in Clink, but haven't published a new version yet. (Clink v1.1.33 will be published sometime this week.) |
P.S. Clink with fix has been published. |
Please confirm if this build works: https://ci.appveyor.com/project/MartiUK/cmder/builds/37955932/artifacts |
Fixed in the build https://ci.appveyor.com/project/MartiUK/cmder/builds/37955932/artifacts |
running
cd ../
works normally, going up one directory, butcd ../../
does nothing, remaining in the same directory.cd ../../../
goes up a single directory, andcd ../../../../
goes up two directories.This happens on my desktop pc but not on my laptop. Both are running Windows 10 x64. I've reinstalled Cmder several times in different drives, with no success. This does not happen when emulating a powershell from Cmder though.
The text was updated successfully, but these errors were encountered: