shun095
d2e79501b2
fix(timer): minutes calculation logic ( #12857 )
1 year ago
Nathaniel.Belles
6c021fd432
fix(timer): skip timer after running `clear` ( #12370 )
...
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2 years ago
Marc Cornellà
a7f5170d68
Remove perl dependency
6 years ago
Frederick Zhang
ff7618cf74
timer: threshold to show timers only for time-consuming commands ( #8151 )
6 years ago
Jacob Tomaw
1ba0af650a
Use safer append to hook function arrays ( #8406 )
...
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>
6 years ago
Robert Strack
7553bcb418
minor corrections in the readme file
10 years ago
Robert Strack
d615961430
readme file
10 years ago
Robert Strack
de8d6841b0
added pre_functions
10 years ago
Robert Strack
96148d2275
customizable timer format
10 years ago
Robert Strack
111dd018b9
allow changes in display format
10 years ago
Robert Strack
d4c74690b6
increased timer's pecision
10 years ago
Robert Strack
120e8620af
cleaning up
10 years ago
Robert Strack
1b8f05a3d3
simplified time string calculation
10 years ago
Robert Strack
96d10e2147
calculating command's execution time
10 years ago