Compare commits

..

2 commits

Author SHA1 Message Date
pull[bot]
5ebf075ae2
Merge pull request #257 from dmitmel/master
[pull] master from dmitmel:master
2021-05-15 13:06:01 +00:00
Dmytro Meleshko
a34e6beee2 [zsh] add a couple of aliases to numfmt 2021-05-15 13:07:18 +03:00

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"