I'm on Win7 x64, Cygwin 1.7 and zsh (and using oh-my-zsh). Zsh newbie here.
I've reviewed zsh autocompletion not working on cygwin and tried the solution there but no luck.
My mount table:
C: on /c type ntfs (binary,posix=0,user,noumount,auto)
D: on /d type ntfs (binary,posix=0,user,noumount,auto)
F: on /f type ntfs (binary,posix=0,user,noumount,auto)
As you can see, I'm using /c, /d and /f for my drives. Part of the reason to change this from the default /cygdrive prefix is to maintain compat with Msysgit
Unfortunately after changing the drive prefix, zsh completion doesn't work
typing cd /f/code/Por<tab> no longer completes the folder or present options. It works fine in Bash though :(
If I cd into /f and then type cd Por - completion works.
How do I make it work everywhere?
