From 0a0bd6eb61090928eb752cee7720324b26084972 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 31 Oct 2022 21:52:44 +0000 Subject: [PATCH] Update dotfiles/.local/functions --- dotfiles/.local/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.local/functions b/dotfiles/.local/functions index d691cf92..532e85fa 100644 --- a/dotfiles/.local/functions +++ b/dotfiles/.local/functions @@ -101,6 +101,6 @@ transfer() { dnf() { command dnf "$@" mkdir -p "$HOME/.local/labs" > /dev/null - dnf updateinfo list --security --available | grep '/Sec. ' | wc -l > "$HOME/.local/labs/dnf-updates-sec" & - dnf list updates | grep updates | wc -l > "$HOME/.local/labs/dnf-updates-reg" & + command dnf updateinfo list --security --available | grep '/Sec. ' | wc -l > "$HOME/.local/labs/dnf-updates-sec" & + command dnf list updates | grep updates | wc -l > "$HOME/.local/labs/dnf-updates-reg" & }