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