From ffcf82d10d4e6c610e8e67c8570e5650be987d65 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 2 Jun 2018 13:54:17 +1000 Subject: [PATCH] packages: cleanup --- neofetch | 3 --- 1 file changed, 3 deletions(-) diff --git a/neofetch b/neofetch index f3b401c0..86960457 100755 --- a/neofetch +++ b/neofetch @@ -1337,9 +1337,6 @@ get_packages() { ;; "Mac OS X" | "MINIX") - [[ -d "/usr/local/bin" ]] && \ - packages="$(($(ls -l /usr/local/bin/ | grep -cv "\(../Cellar/\|brew\)") - 1))" - type -p port >/dev/null && \ ((packages+=$(port installed | wc -l) - 1))