Update dotfiles/.local/motd.sh
This commit is contained in:
parent
9e62fc5020
commit
2a688036e1
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ print_updates() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf " \\033[%sm%s \\033[0m %s\\n" "$updates_color" "$updates_icon" "$updates_message"
|
printf " \\033[%sm%s \\033[0m %s\\n" "$updates_color" "$updates_icon" "$updates_message"
|
||||||
elif [ -f /usr/bin/dnf_TODO ]; then
|
elif [ -f /usr/bin/dnfTODO ]; then
|
||||||
# TODO - Find way of quickly acquiring details
|
# TODO - Find way of quickly acquiring details
|
||||||
mkdir -p "$HOME/.local/labs" > /dev/null
|
mkdir -p "$HOME/.local/labs" > /dev/null
|
||||||
(command 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