fundle
fundle copied to clipboard
fundle init --profile should display time in microseconds (ms)
Actually it displays in "us" lol That's confusing and hard to read
.config/fish/fundle 1: 23430us
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.
I meant it should display in milliseconds, not microseconds :P