From 1902ee43856bf84e8c23ab20549a7581ee0f3a2e Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 26 May 2024 19:10:11 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 9f20552..f7d1637 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -95,9 +95,7 @@ rshift() { redshift -x elif [ ${cmd} == "morning" ] ; then temperature=4500 - elif - [ ${cmd} == "day" ] || - [ ${cmd} == "normal" ] ; then + elif [ ${cmd} == "day" ] ; then temperature=6500 elif [ ${cmd} == "evening" ] ; then temperature=3500