zsh下进git目录很慢


解决方案 :

禁用git 自动 status命令

git config --add oh-my-zsh.hide-status 1

相关