From 4a43ea23d2bd678c7f74f679c8de65f943deeb96 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Sep 2019 10:16:25 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 09205fa..c385b7a 100755 --- a/pfetch +++ b/pfetch @@ -178,13 +178,13 @@ get_os() { } get_kernel() { - # '$kernel' is the cached output of 'uname -r'. case $os in # Don't print kernel output on BSD systems as the # OS name includes it. *BSD*) ;; *) + # '$kernel' is the cached output of 'uname -r'. log kernel "$kernel" >&6 ;; esac