various: Once again hide kernel. Related to #46

This commit is contained in:
Dylan Araps 2020-03-11 22:25:02 +02:00
parent aa22d4e32d
commit 2ef3584f5b
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

4
pfetch
View File

@ -216,9 +216,7 @@ get_kernel() {
case $os in
# Don't print kernel output on some systems as the
# OS name includes it.
*BSD*|Haiku|Minix)
log kernel "?"
;;
*BSD*|Haiku|Minix) ;;
IRIX)
kernel=$(uname -vR)