From bb7f4ac26bc2defd84979bfac049a3d93fb04929 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Dec 2016 12:10:05 +1100 Subject: [PATCH] Birthday: Swap BSD / macOS fields --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index f46b1dc3..5a065e19 100755 --- a/neofetch +++ b/neofetch @@ -1751,7 +1751,7 @@ get_birthday() { ;; esac - birthday="$(ls -alctT "$birthday_file" | awk '{printf $6 " " $7 " " $9 " " $8}')" + birthday="$(ls -alctT "$birthday_file" | awk '{printf $9 " " $7 " " $6 " " $8}')" ;; "Windows")