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