Birthday: Fix BSD field order
This commit is contained in:
parent
bb7f4ac26b
commit
ff0d9e9e73
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 $9 " " $7 " " $6 " " $8}')"
|
||||
birthday="$(ls -alctT "$birthday_file" | awk '{printf $9 " " $6 " " $7 " " $8}')"
|
||||
;;
|
||||
|
||||
"Windows")
|
||||
|
|
Loading…
Reference in a new issue