I use AUTO_CD. I have also used this for a long time: zstyle ':completion:*:cd:*' ignore-parents parent pwd Is there a way to make auto_cd also ignore the current directory, in the same way cd does with this zstyle set? I tried this without success: zstyle ':completion::complete:-command-::' ignore-parents parent pwd