netologist / theme-lambda

lambda theme for oh my fish
MIT License
64 stars 43 forks source link

Bugfix: correct time cmd duration in right prompt #12

Closed SergeyNosov closed 4 years ago

SergeyNosov commented 4 years ago

Bugfix for issue cmd_duration prints a warning on each command on OSX #11 I added -s0 parameter after math command in _convertsecs function. It cuts float number to an integer before passing a value to printf "%02d" function.

LeeroyDing commented 4 years ago

Why is this not merged yet?