diff --git a/neofetch b/neofetch index 94052968..7fa816be 100755 --- a/neofetch +++ b/neofetch @@ -1400,7 +1400,7 @@ get_bios() { fi if [[ -f "$DMI/bios_date" ]]; then - bios+=" $(< $DMI/bios_date)" + bios+=" ($(< $DMI/bios_date))" fi fi ;;