mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fixup! [zsh] add a couple of aliases to numfmt
This commit is contained in:
parent
280606b2b0
commit
cbaeeb2f13
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
count() { print -r -- "$#"; }
|
||||
|
||||
bytecount() { wc -c "$@" | numfmt --to=iec-i; }
|
||||
bytecount() { wc -c "$@" | bytefmt2; }
|
||||
|
||||
mkcd() { mkdir -p "$@" && cd "${@[-1]}"; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue