Update newsboat and bashrc

This commit is contained in:
Tyler Perkins 2021-08-13 15:24:40 -04:00
parent 3b901cb10d
commit 38ea5188ce
2 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,7 @@ alias audio="pulsemixer"
alias weather="curl wttr.in"
alias http="python -m http.server"
alias google="tuxi"
alias clipboard="xclip -selection clipboard"
alias diff="diff --color=auto"
alias grep="grep -i --color=auto"
@ -52,6 +53,7 @@ alias nnn="nnn -e"
alias sudo="doas"
alias sched="vim /home/tyler/school/Sched.txt"
alias disable-alarm=". /home/tyler/.desktop/alarm/disable-alarm.sh"
#display colors

View File

@ -1,4 +1,9 @@
# Newsboat config file
# Source urls from my site
urls-source "opml"
opml-url "https://www.clortox.com/feed/opml.xml"
# General settings
auto-reload yes