Birthday: Swap BSD / macOS fields
This commit is contained in:
parent
382392240c
commit
bb7f4ac26b
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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")
|
||||
|
|
Loading…
Reference in a new issue