X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4ff0cc66421194a13fa39742598527cf36c3fa98..f58ca98c9db47aa5ca7f5415fdd658fe3b72d24f:/zsh/lib/motd.zsh diff --git a/zsh/lib/motd.zsh b/zsh/lib/motd.zsh index c496767..409726f 100644 --- a/zsh/lib/motd.zsh +++ b/zsh/lib/motd.zsh @@ -22,6 +22,9 @@ if (( $+commands[checkupdates] )); then short "Outdated packages: $pkg_count" fi fi +if (( $+commands[pacman] )); then + kercmp -q || short "linux" "$(kercmp)" +fi # list sessions if possible tmux list-sessions 2>/dev/null || true