From 6efd890526d085ba194e72ac827219304b336e85 Mon Sep 17 00:00:00 2001 From: Alyx Ferrari Date: Wed, 19 Oct 2022 10:25:08 -0400 Subject: [PATCH] Surround macOS build number in parentheses --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 63b49560..fd709265 100755 --- a/neofetch +++ b/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}} ;;