Update dotfiles/.local/functions
This commit is contained in:
parent
05f9dace70
commit
0a0bd6eb61
1 changed files with 2 additions and 2 deletions
|
@ -101,6 +101,6 @@ transfer() {
|
||||||
dnf() {
|
dnf() {
|
||||||
command dnf "$@"
|
command dnf "$@"
|
||||||
mkdir -p "$HOME/.local/labs" > /dev/null
|
mkdir -p "$HOME/.local/labs" > /dev/null
|
||||||
dnf updateinfo list --security --available | grep '/Sec. ' | wc -l > "$HOME/.local/labs/dnf-updates-sec" &
|
command 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 list updates | grep updates | wc -l > "$HOME/.local/labs/dnf-updates-reg" &
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue