1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-30 06:00:24 +01:00
Files
oh-my-zsh/themes/agnoster.zsh-theme
Andrey Akinshin 50b729c0c0 agnoster: speedup for repos with enabled hide-dirty
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.
2018-06-18 00:04:39 +03:00

6.8 KiB