Skip to content

Commit

Permalink
[PR] Merge pull request #8 from kidonng/patch-2
Browse files Browse the repository at this point in the history
Add macOS 13 to version name list
  • Loading branch information
hykilpikonna authored Jul 30, 2022
2 parents 6417752 + de2dda0 commit cc29a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@ get_distro() {
10.16*) codename="macOS Big Sur" ;;
11.*) codename="macOS Big Sur" ;;
12.*) codename="macOS Monterey" ;;
13.*) codename="macOS Ventura" ;;
*) codename=macOS ;;
esac

Expand Down

0 comments on commit cc29a0f

Please sign in to comment.