Birthday: Remove old macOS block
This commit is contained in:
parent
14610a992c
commit
382392240c
1 changed files with 0 additions and 4 deletions
4
neofetch
4
neofetch
|
@ -1732,10 +1732,6 @@ get_birthday() {
|
||||||
birthday="$(ls -alct --full-time / | awk '/lost\+found|private/ {printf $6 " " $7}')"
|
birthday="$(ls -alct --full-time / | awk '/lost\+found|private/ {printf $6 " " $7}')"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Mac OS X")
|
|
||||||
birthday="$(ls -lUT /var/log/install.log | awk '{printf $6 " " $7 " " $9 " " $8}')"
|
|
||||||
;;
|
|
||||||
|
|
||||||
"BSD" | "Mac OS X")
|
"BSD" | "Mac OS X")
|
||||||
case "$kernel_name" in
|
case "$kernel_name" in
|
||||||
"Darwin")
|
"Darwin")
|
||||||
|
|
Loading…
Reference in a new issue