Fix '+' sign in date output
This commit is contained in:
parent
f2253afbfa
commit
1442216ded
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1725,7 +1725,7 @@ getbirthday () {
|
|||
case "$os" in
|
||||
"Linux")
|
||||
birthday="$(ls -alct --full-time / | awk '/lost\+found/ {printf $6 " " $7}')"
|
||||
date_cmd="$(date -d"$birthday" +"$birthday_format")"
|
||||
date_cmd="$(date -d"$birthday" "$birthday_format")"
|
||||
;;
|
||||
|
||||
"Mac OS X")
|
||||
|
|
Loading…
Reference in a new issue