From 454546be5e791bb481bb03553dc96e60015b6fda Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 13 May 2016 09:09:56 +1000 Subject: [PATCH] Revert NetBSD memory fix --- neofetch | 7 ------- 1 file changed, 7 deletions(-) diff --git a/neofetch b/neofetch index 71af7d4f..dd58d9f6 100755 --- a/neofetch +++ b/neofetch @@ -1385,13 +1385,6 @@ getgpu () { # Memory {{{ getmemory () { - # NetBSD emulates the linux /proc filesystem instead of using sysctl for hw - # information so we have to use this block below which temporarily sets the - # OS to 'Linux' for the duration of this function. - case "$distro" in - "NetBSD"*) local os="Linux" ;; - esac - case "$os" in "Linux" | "Windows") if [ ! -z "$(grep -F "MemAvail" /proc/meminfo)" ]; then