Compare commits

..

4 commits

Author SHA1 Message Date
6ebac00f43
[zsh] Added silence function. 2021-05-10 17:20:40 +02:00
47d365b837
[zsh] Add gpg-crypt commands. 2021-05-10 16:05:55 +02:00
b7454a658b
[zsh] Added gitio plugin. 2021-05-10 12:58:36 +02:00
84ad770f3d
[zsh] Added Apache2 plugin. 2021-05-10 12:52:04 +02:00

View file

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