Merge pull request #257 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-05-15 13:06:01 +00:00 committed by GitHub
commit 5ebf075ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"