From f48f5e92ab20aa341a273cdfa4955b6fe727214b Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 13 May 2016 09:02:44 +1000 Subject: [PATCH] Fix CPU output on NetBSD --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofetch b/neofetch index 995e3243..4a095de3 100755 --- a/neofetch +++ b/neofetch @@ -938,6 +938,10 @@ getwmtheme () { # CPU {{{ getcpu () { + case "$distro" in + "NetBSD"*) local os="Linux" ;; + esac + case "$os" in "Linux" | "Windows") # Get cpu name