Update newsboat and bashrc
This commit is contained in:
parent
3b901cb10d
commit
38ea5188ce
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user