-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
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
cd:cd:13 in Cygwin root #3550
Comments
On Fedora 21 x86_64 (Red Hat GNU) with zsh 5.0.7 this issue is not present. |
What's the output of |
I'm in Linux ATM but |
Without |
What do you mean " |
|
I can reproduce, on my Windows 7 x64 machine running Cygwin and oh-my-zsh. All three are up to date as of 2/14/2015. When in
It doesn't happen when I am not running OMZ. If I disable OMZ, doing Doesn't appear to be related to shell options. I used |
Looks like it's something to do with If I set
It is being set in
I don't think it does, since it has |
Nice.
So setting it to the current directory makes no sense. Anyway, I don't use OMZ so it isn't my problem. |
"OMZ" is just a short abbreviation for "oh-my-zsh". Are you still using oh-my-zsh and encountering this problem? |
I think we may have found a bug in ZSH itself. The intent is clearly for I'll report this to the ZSH maintainers and see what they think. In the mean time, we could work around it in oh-my-zsh by doing Hey, @kremso, it looks like you added the code to |
Just checking in to say, @apjanke, that you're doing a lot of work and I'll catch up with it later this week. Thanks for your outstanding work, I really appreciate it 😄 |
Thank you and you're welcome! I decided to buckle down and really learn about shells and terminals this year, and what better way to do it than actually working with them? |
No, I no longer use oh-my-zsh. I use Powerline and have gone back to my custom made zshrc. |
@apjanke I don't really remember if cdpath=(.) was essential for what I was doing, but by reading the associated pull request, it seems that testing it should be trivial. Just remove the cdpath (or set it back to ()) and try if autocompletion offers some "weird" completion entries. |
@saleemrashid1 - I didn't write the code (I don't have the guts to be mucking around inside path normalization C code inside a shell), but yeah, it's in response to the bug report I sent to zsh-workers about this issue. |
That's good. |
Created Pull Request #3550, which removes the I've played around with the autocompletion like @kremso suggests and it seems fine. Could use some more eyes. I can't figure out how to put a "Testers Needed" tag on #3550. Can someone do so, or let me know how I can do it? |
Looks like I just don't have permissions to use labels on issues in the oh-my-zsh repo. |
We don't. But it has been suggested: #2771. EDIT (to clarify): only Robby has permissions to do so. |
If I do the following commands:
I get
If I run
I get
I can do
and I can
cd
elsewhereThis is on Cygwin x86_64 and zsh 5.0.6. Even with
bin
,lib
in root this doesn't work.I will test later on Fedora 21 x86_64.
The text was updated successfully, but these errors were encountered: