When I want to traverse between directories, zsh is throwing a screenfull of tab completions. It's making the experience very bad. How can I get only few suggestions?
Turning the comment conversation into an answer.
PATH
and CDPATH
variables for directories you don't need..zshrc
.PATH
is the system default, PATH=$(/usr/bin/getconf PATH)
.$HOME/bin
and /usr/local/bin
if they exist.