summaryrefslogtreecommitdiff
path: root/plugins/timer/timer.plugin.zsh
AgeCommit message (Collapse)Author
2019-11-19Use safer append to hook function arrays (#8406)Jacob Tomaw
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2015-11-18added pre_functionsRobert Strack
2015-11-17customizable timer formatRobert Strack
2015-11-16allow changes in display formatRobert Strack
2015-11-15increased timer's pecisionRobert Strack
2015-11-14cleaning upRobert Strack
2015-11-14simplified time string calculationRobert Strack
2015-11-13calculating command's execution timeRobert Strack