X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/386180eb3bade84be3e31e25bffa689999ef9e7d..2bc5cc531c50d87c208965cdc80c0f42df56ecb1:/zsh/lib/motd.zsh?ds=sidebyside 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