Skip to content

Commit

Permalink
[O] Put bios date in parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Jan 21, 2023
1 parent 62486ca commit 7034721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ get_bios() {
fi

if [[ -f "$DMI/bios_date" ]]; then
bios+=" $(< $DMI/bios_date)"
bios+=" ($(< $DMI/bios_date))"
fi
fi
;;
Expand Down

0 comments on commit 7034721

Please sign in to comment.