diff --git a/neofetch b/neofetch index e2d0c632..21c21d99 100755 --- a/neofetch +++ b/neofetch @@ -1751,7 +1751,7 @@ get_birthday() { ;; esac - birthday="$(ls -alctT "$birthday_file" | awk '{printf $9 " " $6 " " $7 " " $8}')" + birthday="$(ls -alctT "$birthday_file" | awk '{printf $9 " " $6 " " $7 " " $8 " "}')" ;; "Windows")