mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-01-30 06:00:24 +01:00
For huge repos, status checking can take many seconds. It's pretty annoying to have such delay on each prompt message inside such repo. agnoster uses parse_git_drity which respect the oh-my-zsh.hide-dirty flag. Thus, we don't perform an expensive check in this case. However, it doesn't solve the original problem because we still have a delay because of check-for-changes. The line should be executed only for dirty repos.
6.8 KiB
6.8 KiB