X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f58ca98c9db47aa5ca7f5415fdd658fe3b72d24f..ccdacf21dc7d84e54dc22e5398d5ecb4fb2912ec:/zsh/lib/motd.zsh?ds=inline diff --git a/zsh/lib/motd.zsh b/zsh/lib/motd.zsh index 409726f..c931d96 100644 --- a/zsh/lib/motd.zsh +++ b/zsh/lib/motd.zsh @@ -17,7 +17,7 @@ fi if (( $+commands[checkupdates] )); then # checkupdate.service populates this db - pkg_count=$(checkupdates -n | grep -cv '\[.*\]') + pkg_count=$(CHECKUPDATES_DB=/tmp/checkup-db-0 checkupdates -n | grep -cv '\[.*\]') if (( $pkg_count > 0 )); then short "Outdated packages: $pkg_count" fi