mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Merge pull request #257 from dmitmel/master
[pull] master from dmitmel:master
This commit is contained in:
commit
5ebf075ae2
1 changed files with 3 additions and 0 deletions
|
@ -111,3 +111,6 @@ fi
|
||||||
if command_exists kitty && ! command_exists icat; then
|
if command_exists kitty && ! command_exists icat; then
|
||||||
alias icat="kitty +kitten icat"
|
alias icat="kitty +kitten icat"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias bytefmt2="numfmt --to=iec-i --suffix=B"
|
||||||
|
alias bytefmt10="numfmt --to=si --suffix=B"
|
||||||
|
|
Loading…
Reference in a new issue