mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
2 commits
aab6ad2098
...
ea46555488
Author | SHA1 | Date | |
---|---|---|---|
|
ea46555488 | ||
|
3b6fe44f19 |
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