dotfiles

My dotfiles
git clone git://src.gearsix.net/dotfiles
Log | Files | Refs | Atom

commit e51969e7df10c189e10288c62a4d38d29ac5496f
parent 8f75a8255843e212f656b8b98a2d15e1f0792f69
Author: gearsix <gearsix@tuta.io>
Date:   Thu,  3 Dec 2020 12:48:19 +0000

sfeedrc - added dictionary of obscure sorrows; i feel quite agnosthestic about it

Diffstat:
Msrc/sfeedrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/sfeedrc b/src/sfeedrc @@ -15,4 +15,6 @@ feeds() { feed "explosm" "http://feeds.feedburner.com/Explosm" feed "xkcd" "https://xkcd.com/atom.xml" "https://xkcd.com" # get youtube Atom feed: curl -s -L 'https://www.youtube.com/user/gocoding/videos' | sfeed_web | cut -f 1 + # misc + feed "dictionary of obscure sorrows" "https://www.dictionaryofobscuresorrows.com/rss" }