From 5d750e5962c069a3053c74811d8e9204fddbe704 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Mon, 23 Jan 2023 01:25:39 +0100 Subject: [PATCH] zsh:pdfunite(): Fix execution through missing $0 I don't know what happened there. Apparently I just checked that the early-abort condition works. --- .config/zsh/zshrc.d/40-functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/zshrc.d/40-functions.zsh b/.config/zsh/zshrc.d/40-functions.zsh index 316d1dc..8819c42 100644 --- a/.config/zsh/zshrc.d/40-functions.zsh +++ b/.config/zsh/zshrc.d/40-functions.zsh @@ -628,7 +628,7 @@ pdfunite() { return 2 fi - command "$@" + command pdfunite "$@" } # List pids of processes that use an open file