From df2ceecbaa46d82ed1be8199f291f5a96056d4ab Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 26 May 2024 18:59:29 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index e5ddfa2..5209914 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -90,15 +90,13 @@ rshift() { # echo "${temperature}K" elif [ ${cmd} == "disable" ] || - [ ${cmd} == "off" ] - ; then + [ ${cmd} == "off" ] ; then redshift -x elif [ ${cmd} == "morning" ] ; then temperature=4500 elif [ ${cmd} == "day" ] || - [ ${cmd} == "normal" ] || - ; then + [ ${cmd} == "normal" ] ; then temperature=6500 elif [ ${cmd} == "evening" ] ; then temperature=3500