Birthday: Fix BSD field order

master
Dylan Araps 9 years ago
parent bb7f4ac26b
commit ff0d9e9e73
  1. 2
      neofetch

@ -1751,7 +1751,7 @@ get_birthday() {
;;
esac
birthday="$(ls -alctT "$birthday_file" | awk '{printf $9 " " $7 " " $6 " " $8}')"
birthday="$(ls -alctT "$birthday_file" | awk '{printf $9 " " $6 " " $7 " " $8}')"
;;
"Windows")

Loading…
Cancel
Save