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

8 commits

Author SHA1 Message Date
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
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