mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Merge pull request #269 from dmitmel/master
[pull] master from dmitmel:master
This commit is contained in:
commit
ea46555488
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
count() { print -r -- "$#"; }
|
count() { print -r -- "$#"; }
|
||||||
|
|
||||||
bytecount() { wc -c "$@" | bytefmt2; }
|
bytecount() { wc -c "$@" | numfmt --to=iec-i --suffix=B; }
|
||||||
|
|
||||||
mkcd() { mkdir -p "$@" && cd "${@[-1]}"; }
|
mkcd() { mkdir -p "$@" && cd "${@[-1]}"; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue