From e5a4beb3421c29a52b7caff014f4b1154792d8e3 Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 26 May 2024 19:08:06 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 80ddddc..f3492d3 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -83,10 +83,10 @@ rshift() { [ ${cmd} == "display" ] ; then if [ -f "${temperature_file}" ] ; then temperature=$(cat /tmp/temperature.txt) + echo "${temperature}K" else - temperature=? + echo "unknown temperature value" fi - echo "${temperature}K" return 1 elif [ ${cmd} == "disable" ] ||