0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

13 commits

Author SHA1 Message Date
Nathaniel.Belles
6c021fd432
fix(timer): skip timer after running clear (#12370)
Co-authored-by: Marc Cornellà <marc@mcornella.com>
2024-06-12 19:07:01 +02:00
Marc Cornellà
a7f5170d68 Remove perl dependency 2020-09-01 11:52:32 +02:00
Frederick Zhang
ff7618cf74
timer: threshold to show timers only for time-consuming commands (#8151) 2020-07-14 18:53:37 +02:00
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>
2019-11-19 18:47:12 +01:00
Robert Strack
7553bcb418 minor corrections in the readme file 2015-11-18 21:27:29 -05:00
Robert Strack
d615961430 readme file 2015-11-18 21:09:18 -05:00
Robert Strack
de8d6841b0 added pre_functions 2015-11-18 20:33:38 -05:00
Robert Strack
96148d2275 customizable timer format 2015-11-17 20:50:30 -05:00
Robert Strack
111dd018b9 allow changes in display format 2015-11-16 22:20:26 -05:00
Robert Strack
d4c74690b6 increased timer's pecision 2015-11-15 22:08:16 -05:00
Robert Strack
120e8620af cleaning up 2015-11-14 23:48:26 -05:00
Robert Strack
1b8f05a3d3 simplified time string calculation 2015-11-14 23:13:44 -05:00
Robert Strack
96d10e2147 calculating command's execution time 2015-11-13 23:42:21 -05:00