From: Sergey Matveev Date: Sat, 25 Jun 2022 19:14:03 +0000 (+0300) Subject: pv utility wrapper X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=370a8149d970135915f34b03c1732eef6aaf95e5 pv utility wrapper --- diff --git a/zsh/.zsh/functions/PV b/zsh/.zsh/functions/PV new file mode 100644 index 0000000..b0bd617 --- /dev/null +++ b/zsh/.zsh/functions/PV @@ -0,0 +1 @@ +pv --wait --width 80 --interval 0.5 $@