[PR] #28 from alyxferrari: Surround macOS build number in parentheses
This commit is contained in:
commit
7a6628d387
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1275,7 +1275,7 @@ get_distro() {
|
|||
*) codename=macOS ;;
|
||||
esac
|
||||
|
||||
distro="$codename $osx_version $osx_build"
|
||||
distro="$codename $osx_version ($osx_build)"
|
||||
|
||||
case $distro_shorthand in
|
||||
on) distro=${distro/ ${osx_build}} ;;
|
||||
|
|
Loading…
Reference in a new issue