diff --git a/src/bash/bashrc b/src/bash/bashrc index 045c3d1..f82c9e4 100644 --- a/src/bash/bashrc +++ b/src/bash/bashrc @@ -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 diff --git a/src/newsboat/config b/src/newsboat/config index 4c807ce..2a0e80e 100644 --- a/src/newsboat/config +++ b/src/newsboat/config @@ -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