From 613ab7439a8877763c00d4595e3a1a7785576b2a Mon Sep 17 00:00:00 2001 From: matoro Date: Mon, 29 Jan 2018 19:16:08 -0500 Subject: [PATCH] fix unicode quotes --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 6e966d3a..3aa5d470 100755 --- a/neofetch +++ b/neofetch @@ -2261,7 +2261,7 @@ get_battery() { "Windows") battery="$(wmic Path Win32_Battery get EstimatedChargeRemaining)" battery="${battery/EstimatedChargeRemaining}" - batttery=“$(trim “$battery”)%” + batttery="$(trim "$battery")%" ;; "Haiku")