Say I have a folder parent with a subfolder, subfolder and a symbolic link symbolic_link.
I noticed that if my current working directory subfolder and I try to do cd ../sym[TAB], it will not autocomplete to cd ../symbolic_link.
How can I enable this type of autocompletion in Zsh?
