Compare commits

..

3 commits

Author SHA1 Message Date
2b5f43668c
[zsh] Add gpg-crypt commands 2021-05-10 17:05:55 +02:00
1aa9feea8d
[zsh] Added gitio plugin. 2021-05-10 16:55:18 +02:00
ca642f0d14
[zsh] Added Apache2 plugin 2021-05-10 12:52:04 +02:00

View file

@ -6,8 +6,6 @@ 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