Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-01 | Remove perl dependency | Marc Cornellà | |
2020-07-14 | timer: threshold to show timers only for time-consuming commands (#8151) | Frederick Zhang | |
2019-11-19 | Use 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-18 | minor corrections in the readme file | Robert Strack | |
2015-11-18 | readme file | Robert Strack | |
2015-11-18 | added pre_functions | Robert Strack | |
2015-11-17 | customizable timer format | Robert Strack | |
2015-11-16 | allow changes in display format | Robert Strack | |
2015-11-15 | increased timer's pecision | Robert Strack | |
2015-11-14 | cleaning up | Robert Strack | |
2015-11-14 | simplified time string calculation | Robert Strack | |
2015-11-13 | calculating command's execution time | Robert Strack | |