From 63bf78f0b976f76ba1671374cb3986c100e21c81 Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 26 May 2024 15:18:47 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index aa53d81..a419b17 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -78,8 +78,7 @@ rshift() { echo "{morning, day, evening, night, bedtime}" elif [ ${cmd} == "morning" ] ; then temperature=4500 - elif [ ${cmd} == "day" ] ; then - # 6500 is default temperatature + elif [ ${cmd} == "day" ] || [ ${cmd} == "normal" ] || [ ${cmd} == "default" ] ; then temperature=6500 elif [ ${cmd} == "evening" ] ; then temperature=3500