[zsh] add a couple of aliases to numfmt

This commit is contained in:
Dmytro Meleshko 2021-05-15 13:07:18 +03:00
parent 02cee81a90
commit a34e6beee2
1 changed files with 3 additions and 0 deletions

View File

@ -111,3 +111,6 @@ fi
if command_exists kitty && ! command_exists icat; then
alias icat="kitty +kitten icat"
fi
alias bytefmt2="numfmt --to=iec-i --suffix=B"
alias bytefmt10="numfmt --to=si --suffix=B"