I'm not sure I am using ZSH's globbing correctly, but I thought `ls *(/)` would just list the dirctories under `pwd`, but it doesn't, it recursively lists all files under every directory under `pwd` (I got the statement from [this][1] list of useful zsh tips)

What would be right globbing for exclusively listing the directories under my current path?


 [1]: http://www.rayninfo.co.uk/tips/zshtips.html