Add night and day aliases to bashrc (redshift)
This commit is contained in:
parent
dd42626d60
commit
98a944fd2f
2
.bashrc
2
.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="."\
|
||||
|
|
Loading…
Reference in New Issue