mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
4 commits
2b5f43668c
...
6ebac00f43
Author | SHA1 | Date | |
---|---|---|---|
6ebac00f43 | |||
47d365b837 | |||
b7454a658b | |||
84ad770f3d |
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ bytecount() { wc -c "$@" | numfmt --to=iec-i; }
|
|||
|
||||
mkcd() { mkdir -p "$@" && cd "${@[-1]}"; }
|
||||
|
||||
silence() { $1 &>/dev/null }
|
||||
|
||||
viscd() {
|
||||
setopt local_options err_return
|
||||
local temp_file chosen_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue