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