Revert "fixup! [zsh] add a couple of aliases to numfmt"

This reverts commit cbaeeb2f13.
This commit is contained in:
Dmytro Meleshko 2021-05-28 13:13:21 +03:00
parent 7b7b1ba1c2
commit 3b6fe44f19

View file

@ -2,7 +2,7 @@
count() { print -r -- "$#"; } count() { print -r -- "$#"; }
bytecount() { wc -c "$@" | bytefmt2; } bytecount() { wc -c "$@" | numfmt --to=iec-i --suffix=B; }
mkcd() { mkdir -p "$@" && cd "${@[-1]}"; } mkcd() { mkdir -p "$@" && cd "${@[-1]}"; }