From 382392240ca71b720172e832aa00224b4236e7b6 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Dec 2016 12:07:44 +1100 Subject: [PATCH] Birthday: Remove old macOS block --- neofetch | 4 ---- 1 file changed, 4 deletions(-) diff --git a/neofetch b/neofetch index e0471ee6..f46b1dc3 100755 --- a/neofetch +++ b/neofetch @@ -1732,10 +1732,6 @@ get_birthday() { birthday="$(ls -alct --full-time / | awk '/lost\+found|private/ {printf $6 " " $7}')" ;; - "Mac OS X") - birthday="$(ls -lUT /var/log/install.log | awk '{printf $6 " " $7 " " $9 " " $8}')" - ;; - "BSD" | "Mac OS X") case "$kernel_name" in "Darwin")