1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-28 22:24:46 +01:00
Files
oh-my-zsh/themes/avit.zsh-theme
Cory Snider f9d4a067ec Reduce number of git calls when displaying prompt (#3795)
The avit theme's _git_time_since_commit function was running git twice.
Reduce it with a single call to `git log`, checking the exit code for
success.
2018-04-15 14:45:58 +02:00

3.3 KiB