[O] Put bios date in parentheses
https://github.com/dylanaraps/neofetch/issues/2284
This commit is contained in:
parent
62486ca5ef
commit
7034721435
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1400,7 +1400,7 @@ get_bios() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -f "$DMI/bios_date" ]]; then
|
if [[ -f "$DMI/bios_date" ]]; then
|
||||||
bios+=" $(< $DMI/bios_date)"
|
bios+=" ($(< $DMI/bios_date))"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue