From 0d7df35408e7fdb2155030681552a028512b8fea Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 26 May 2024 19:04:25 -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 4fef583..dfa043c 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -109,7 +109,7 @@ rshift() { fi echo "setting temperature to ${temperature}K" - touch '${temperature}' > ${temperature_file} + echo '${temperature}' > ${temperature_file} redshift -P -O ${temperature} }