From 4cfb601595e8a041d882b7e2b1f514a82a9f5cac Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 26 May 2024 19:05:09 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index dfa043c..80ddddc 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -109,7 +109,7 @@ rshift() { fi echo "setting temperature to ${temperature}K" - echo '${temperature}' > ${temperature_file} + echo ${temperature} > ${temperature_file} redshift -P -O ${temperature} }