From 98a944fd2fbcba50a3963d66c953441425ba4455 Mon Sep 17 00:00:00 2001 From: tosu Date: Mon, 12 Aug 2024 17:53:31 +0200 Subject: [PATCH] Add night and day aliases to bashrc (redshift) --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 64ff823..73bf937 100644 --- a/.bashrc +++ b/.bashrc @@ -202,6 +202,8 @@ def read(fd): set_winsize(fd, rows, cols) return os.read(fd, 1024) pty.spawn("/bin/bash", read)'\''' +alias night='1>/dev/null redshift -g 1:0.99:0.99 -O 5500' +alias day='1>/dev/null redshift -x' ############################### CDPATHS (posix) ################################ CDPATH="."\