danhper / fundle

A minimalist package manager for fish shell
MIT License
375 stars 22 forks source link

fundle init --profile should display time in microseconds (ms) #36

Open BarbzYHOOL opened 6 years ago

BarbzYHOOL commented 6 years ago

Actually it displays in "us" lol That's confusing and hard to read

.config/fish/fundle 1: 23430us
danhper commented 6 years ago

ms is short for milliseconds, not microseconds. microseconds is normally written as "μs", but I prefer to stick with non-extented ascii in a shell environment, so the closest I could get to is "us". I have no strong opinion on this, so if you would like to change it to "μs", please send a PR. Thank you.

BarbzYHOOL commented 6 years ago

I meant it should display in milliseconds, not microseconds :P