From 64c80b7fc1168dde59a77a6dca05c859b0a1c0c0 Mon Sep 17 00:00:00 2001 From: rage311 Date: Mon, 22 Jan 2018 12:13:16 -0700 Subject: [PATCH] Broke up line that was over 100 chars long --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index ccab3ccd..8df42edc 100755 --- a/neofetch +++ b/neofetch @@ -1086,7 +1086,8 @@ get_cpu() { deg="${deg/C}" ;; "OpenBSD"* | "Bitrig"*) - deg="$(sysctl hw.sensors | awk -F '=| degC' '/lm0.temp|cpu0.temp/ {print $2; exit}')" + deg="$(sysctl hw.sensors | \ + awk -F '=| degC' '/lm0.temp|cpu0.temp/ {print $2; exit}')" deg="${deg/00/0}" ;; esac