From 0e0df9d03eaac24000acb2a57c5c9176158d6aaa Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 7 May 2016 11:29:55 +1000 Subject: [PATCH] Add birthday support to iOS --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 3cefe2d7..3c2f3c32 100755 --- a/neofetch +++ b/neofetch @@ -1779,8 +1779,8 @@ getusers () { getbirthday () { case "$os" in - "Linux") - birthday="$(ls -alct --full-time / | awk '/lost\+found/ {printf $6 " " $7}')" + "linux" | "iPhone OS") + birthday="$(ls -alct --full-time / | awk '/lost\+found|private/ {printf $6 " " $7}')" date_cmd="$(date -d"$birthday" "$birthday_format")" ;;