i using zsh shell , has become slow running commands such 'ls' 'cd' in directories git repo. in bash works fine , fast. notice title of shell displays 'git' spinning wheel on side. appears "git" called after executing 'ls', 'cd' not giving control , making extremely slow ...and painful:)
i upgraded latest git 2.1.2, zsh 5.0.7. on mac 10.9.2
how go troubleshooting zsh shell? thank help
you have either:
git
getting called prompt:echo $ps1 $ps2
git
getting called of many hook functions in zsh http://zsh.sourceforge.net/doc/release/functions.html#hook-functions
likely, easiest way find out start zsh zsh -x
, move git repositories. should show going on.