Fix macOS Ventura and Montery not showing codenames
This commit is contained in:
parent
ccd5d9f526
commit
f80d87aa86
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -1155,6 +1155,8 @@ get_distro() {
|
|||
10.16*) codename="macOS Big Sur" ;;
|
||||
11.*) codename="macOS Big Sur" ;;
|
||||
12.*) codename="macOS Monterey" ;;
|
||||
13.*) codename="macOS Ventura" ;;
|
||||
14.*) codename="macOS Sonoma" ;;
|
||||
*) codename=macOS ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue